#39370D

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

Shades of Karaka #39370D

Tints of Karaka #39370D

Color information

#39370D (or 0x39370D) is unknown color: approx Karaka. HEX triplet: 39, 37 and 0D. RGB value is (57,55,13). Sum of RGB (Red+Green+Blue) = 57+55+13=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #39370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39370D is #C6C8F2. Grayscale: #323232. Windows color (decimal): -13027571 or 866105. OLE color: 866105.

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

Color convert

RGB575513-
CMYK00.040.770.78
HSL57.27º62.86%13.73%-
HSV(B)57.27º77.19%22.35%-
XYZ3.133.630.92-
YUV50.81106.66132.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 55 (21.88% from 255) = 44%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=45.6%
G=44%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57551300.040.770.7857.2762.8613.73
Hex3937D044D4E393fe
Octal71671504115116717716
Binary11100111011111010100100110110011101110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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