#39350E

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

Shades of Karaka #39350E

Tints of Karaka #39350E

Color information

#39350E (or 0x39350E) is unknown color: approx Karaka. HEX triplet: 39, 35 and 0E. RGB value is (57,53,14). Sum of RGB (Red+Green+Blue) = 57+53+14=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #39350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39350E is #C6CAF1. Grayscale: #313131. Windows color (decimal): -13028082 or 931129. OLE color: 931129.

HSL color Cylindrical-coordinate representation of color #39350E: hue angle of 54.42º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39350E is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB575314-
CMYK00.070.750.78
HSL54.42º60.56%13.92%-
HSV(B)54.42º75.44%22.35%-
XYZ3.043.450.92-
YUV49.75107.83133.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=45.97%
G=42.74%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57531400.070.750.7854.4260.5613.92
Hex3935E074B4E363de
Octal71651607113116667516
Binary11100111010111100111100101110011101101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39350E; }

 p { color: rgb(57,53,14); }

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

<style>
 a { background-color: #39350E; }

 a { background-color: rgb(57,53,14); }

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

<style>
 span { border-color: #39350E; }

 span { border-color: rgb(57,53,14); }

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