#3A3612

Color #3A3612 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #3A3612

Tints of Karaka #3A3612

Color information

#3A3612 (or 0x3A3612) is unknown color: approx Karaka. HEX triplet: 3A, 36 and 12. RGB value is (58,54,18). Sum of RGB (Red+Green+Blue) = 58+54+18=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3612 is #C5C9ED. Grayscale: #333333. Windows color (decimal): -12962286 or 1193530. OLE color: 1193530.

HSL color Cylindrical-coordinate representation of color #3A3612: hue angle of 54º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A3612 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB585418-
CMYK00.070.690.77
HSL54º52.63%14.9%-
HSV(B)54º68.97%22.75%-
XYZ3.173.581.1-
YUV51.09109.33132.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=44.62%
G=41.54%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58541800.070.690.775452.6314.9
Hex3A361207454D3635f
Octal72662207105115666517
Binary111010110110100100111100010110011011101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3612; }

 p { color: rgb(58,54,18); }

 H1.HeaderClassName
 {
   color: #3A3612;
 }
 .AnyTagClassName
 {
   color: #3A3612;
 }
</style>
background-color css

<style>
 a { background-color: #3A3612; }

 a { background-color: rgb(58,54,18); }

 div.DivClassName
 {
   background-color: #3A3612;
 }
 .BgClassName
 {
   background-color: #3A3612;
 }
</style>
border-color css

<style>
 span { border-color: #3A3612; }

 span { border-color: rgb(58,54,18); }

 td.TdClassName
 {
   border-color: #3A3612;
 }
 .TagClassName
 {
   border-color: #3A3612;
 }
</style>