#393512

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

Shades of Karaka #393512

Tints of Karaka #393512

Color information

#393512 (or 0x393512) is unknown color: approx Karaka. HEX triplet: 39, 35 and 12. RGB value is (57,53,18). Sum of RGB (Red+Green+Blue) = 57+53+18=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393512 is #C6CAED. Grayscale: #323232. Windows color (decimal): -13028078 or 1193273. OLE color: 1193273.

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

Color convert

RGB575318-
CMYK00.070.680.78
HSL53.85º52%14.71%-
HSV(B)53.85º68.42%22.35%-
XYZ3.073.461.08-
YUV50.21109.83132.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=44.53%
G=41.41%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57531800.070.680.7853.855214.71
Hex39351207444E3634f
Octal71652207104116666417
Binary111001110101100100111100010010011101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393512; }

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

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

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

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

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

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

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

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