#393612

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

Shades of Karaka #393612

Tints of Karaka #393612

Color information

#393612 (or 0x393612) is unknown color: approx Karaka. HEX triplet: 39, 36 and 12. RGB value is (57,54,18). Sum of RGB (Red+Green+Blue) = 57+54+18=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #393612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393612 is #C6C9ED. Grayscale: #323232. Windows color (decimal): -13027822 or 1193529. OLE color: 1193529.

HSL color Cylindrical-coordinate representation of color #393612: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393612 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB575418-
CMYK00.050.680.78
HSL55.38º52%14.71%-
HSV(B)55.38º68.42%22.35%-
XYZ3.123.551.09-
YUV50.79109.49132.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=44.19%
G=41.86%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57541800.050.680.7855.385214.71
Hex39361205444E3734f
Octal71662205104116676417
Binary111001110110100100101100010010011101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393612; }

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

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

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

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

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

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

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

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