#393812

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

Shades of Karaka #393812

Tints of Karaka #393812

Color information

#393812 (or 0x393812) is unknown color: approx Karaka. HEX triplet: 39, 38 and 12. RGB value is (57,56,18). Sum of RGB (Red+Green+Blue) = 57+56+18=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393812 is #C6C7ED. Grayscale: #343434. Windows color (decimal): -13027310 or 1194041. OLE color: 1194041.

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

Color convert

RGB575618-
CMYK00.020.680.78
HSL58.46º52%14.71%-
HSV(B)58.46º68.42%22.35%-
XYZ3.213.741.13-
YUV51.97108.83131.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=43.51%
G=42.75%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57561800.020.680.7858.465214.71
Hex39381202444E3a34f
Octal71702202104116726417
Binary11100111100010010010100010010011101110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393812; }

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

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

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

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

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

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

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

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