#39360A

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

Shades of Karaka #39360A

Tints of Karaka #39360A

Color information

#39360A (or 0x39360A) is unknown color: approx Karaka. HEX triplet: 39, 36 and 0A. RGB value is (57,54,10). Sum of RGB (Red+Green+Blue) = 57+54+10=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39360A is #C6C9F5. Grayscale: #323232. Windows color (decimal): -13027830 or 669241. OLE color: 669241.

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

Color convert

RGB575410-
CMYK00.050.820.78
HSL56.17º70.15%13.14%-
HSV(B)56.17º82.46%22.35%-
XYZ3.063.530.81-
YUV49.88105.49133.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=47.11%
G=44.63%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57541000.050.820.7856.1770.1513.14
Hex3936A05524E3846d
Octal716612051221167010615
Binary111001110110101001011010010100111011100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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