#39370B

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

Shades of Karaka #39370B

Tints of Karaka #39370B

Color information

#39370B (or 0x39370B) is unknown color: approx Karaka. HEX triplet: 39, 37 and 0B. RGB value is (57,55,11). Sum of RGB (Red+Green+Blue) = 57+55+11=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39370B is #C6C8F4. Grayscale: #323232. Windows color (decimal): -13027573 or 735033. OLE color: 735033.

HSL color Cylindrical-coordinate representation of color #39370B: hue angle of 57.39º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39370B is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB575511-
CMYK00.040.810.78
HSL57.39º67.65%13.33%-
HSV(B)57.39º80.7%22.35%-
XYZ3.113.630.85-
YUV50.58105.66132.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 55 (21.88% from 255) = 44.72%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=46.34%
G=44.72%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57551100.040.810.7857.3967.6513.33
Hex3937B04514E3944d
Octal716713041211167110415
Binary111001110111101101001010001100111011100110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39370B; }

 p { color: rgb(57,55,11); }

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

<style>
 a { background-color: #39370B; }

 a { background-color: rgb(57,55,11); }

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

<style>
 span { border-color: #39370B; }

 span { border-color: rgb(57,55,11); }

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