#39350F

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

Shades of Karaka #39350F

Tints of Karaka #39350F

Color information

#39350F (or 0x39350F) is unknown color: approx Karaka. HEX triplet: 39, 35 and 0F. RGB value is (57,53,15). Sum of RGB (Red+Green+Blue) = 57+53+15=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #39350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39350F is #C6CAF0. Grayscale: #323232. Windows color (decimal): -13028081 or 996665. OLE color: 996665.

HSL color Cylindrical-coordinate representation of color #39350F: hue angle of 54.29º 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 #39350F is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB575315-
CMYK00.070.740.78
HSL54.29º58.33%14.12%-
HSV(B)54.29º73.68%22.35%-
XYZ3.053.450.96-
YUV49.86108.33133.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 15 (6.25% from 255) = 12%
R=45.6%
G=42.4%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57531500.070.740.7854.2958.3314.12
Hex3935F074A4E363ae
Octal71651707112116667216
Binary11100111010111110111100101010011101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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