#39370F

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

Shades of Karaka #39370F

Tints of Karaka #39370F

Color information

#39370F (or 0x39370F) is unknown color: approx Karaka. HEX triplet: 39, 37 and 0F. RGB value is (57,55,15). Sum of RGB (Red+Green+Blue) = 57+55+15=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #39370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39370F is #C6C8F0. Grayscale: #333333. Windows color (decimal): -13027569 or 997177. OLE color: 997177.

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

Color convert

RGB575515-
CMYK00.040.740.78
HSL57.14º58.33%14.12%-
HSV(B)57.14º73.68%22.35%-
XYZ3.143.640.99-
YUV51.04107.66132.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 55 (21.88% from 255) = 43.31%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=44.88%
G=43.31%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57551500.040.740.7857.1458.3314.12
Hex3937F044A4E393ae
Octal71671704112116717216
Binary11100111011111110100100101010011101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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