#39360E

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

Shades of Karaka #39360E

Tints of Karaka #39360E

Color information

#39360E (or 0x39360E) is unknown color: approx Karaka. HEX triplet: 39, 36 and 0E. RGB value is (57,54,14). Sum of RGB (Red+Green+Blue) = 57+54+14=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #39360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360E is #C6C9F1. Grayscale: #323232. Windows color (decimal): -13027826 or 931385. OLE color: 931385.

HSL color Cylindrical-coordinate representation of color #39360E: hue angle of 55.81º 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 #39360E is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB575414-
CMYK00.050.750.78
HSL55.81º60.56%13.92%-
HSV(B)55.81º75.44%22.35%-
XYZ3.093.540.94-
YUV50.34107.49132.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=45.6%
G=43.2%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57541400.050.750.7855.8160.5613.92
Hex3936E054B4E383de
Octal71661605113116707516
Binary11100111011011100101100101110011101110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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