#39370A

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

Shades of Karaka #39370A

Tints of Karaka #39370A

Color information

#39370A (or 0x39370A) is unknown color: approx Karaka. HEX triplet: 39, 37 and 0A. RGB value is (57,55,10). Sum of RGB (Red+Green+Blue) = 57+55+10=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #39370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39370A is #C6C8F5. Grayscale: #323232. Windows color (decimal): -13027574 or 669497. OLE color: 669497.

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

Color convert

RGB575510-
CMYK00.040.820.78
HSL57.45º70.15%13.14%-
HSV(B)57.45º82.46%22.35%-
XYZ3.113.620.82-
YUV50.47105.16132.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=46.72%
G=45.08%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57551000.040.820.7857.4570.1513.14
Hex3937A04524E3946d
Octal716712041221167110615
Binary111001110111101001001010010100111011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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