#3B3600

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

Shades of Karaka #3B3600

Tints of Karaka #3B3600

Color information

#3B3600 (or 0x3B3600) is unknown color: approx Karaka. HEX triplet: 3B, 36 and 00. RGB value is (59,54,0). Sum of RGB (Red+Green+Blue) = 59+54+0=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3600 is #C4C9FF. Grayscale: #313131. Windows color (decimal): -12896768 or 13883. OLE color: 13883.

HSL color Cylindrical-coordinate representation of color #3B3600: hue angle of 54.92º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B3600 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB59540-
CMYK00.0810.77
HSL54.92º100%11.57%-
HSV(B)54.92º100%23.14%-
XYZ3.123.570.52-
YUV49.34100.16134.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.21%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.21%
G=47.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5954000.0810.7754.9210011.57
Hex3B36008644D3764c
Octal736600101441156714414
Binary1110111101100010001100100100110111011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,0); }

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

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

 a { background-color: rgb(59,54,0); }

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

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

 span { border-color: rgb(59,54,0); }

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