#3b3910

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

Shades of Karaka #3B3910

Tints of Karaka #3B3910

Color information

#3B3910 (or 0x3B3910) is unknown color: approx Karaka. HEX triplet: 3B, 39 and 10. RGB value is (59,57,16). Sum of RGB (Red+Green+Blue) = 59+57+16=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3910 is #C4C6EF. Grayscale: #353535. Windows color (decimal): -12895984 or 1063227. OLE color: 1063227.

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

Color convert

RGB595716-
CMYK00.030.730.77
HSL57.21º57.33%14.71%-
HSV(B)57.21º72.88%23.14%-
XYZ3.363.891.06-
YUV52.92107.16132.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.70%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=44.70%
G=43.18%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59571600.030.730.7757.2157.3314.71
Hex3B391003494D3939f
Octal73712003111115717117
Binary11101111100110000011100100110011011110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b3910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,16); }

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

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

 a { background-color: rgb(59,57,16); }

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

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

 span { border-color: rgb(59,57,16); }

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