#393813

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

Shades of Karaka #393813

Tints of Karaka #393813

Color information

#393813 (or 0x393813) is unknown color: approx Karaka. HEX triplet: 39, 38 and 13. RGB value is (57,56,19). Sum of RGB (Red+Green+Blue) = 57+56+19=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #393813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393813 is #C6C7EC. Grayscale: #343434. Windows color (decimal): -13027309 or 1259577. OLE color: 1259577.

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

Color convert

RGB575619-
CMYK00.020.670.78
HSL58.42º50%14.9%-
HSV(B)58.42º66.67%22.35%-
XYZ3.223.751.17-
YUV52.08109.33131.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=43.18%
G=42.42%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57561900.020.670.7858.425014.9
Hex39381302434E3a32f
Octal71702302103116726217
Binary11100111100010011010100001110011101110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393813; }

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

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

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

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

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

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

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

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