#393513

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

Shades of Karaka #393513

Tints of Karaka #393513

Color information

#393513 (or 0x393513) is unknown color: approx Karaka. HEX triplet: 39, 35 and 13. RGB value is (57,53,19). Sum of RGB (Red+Green+Blue) = 57+53+19=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #393513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393513 is #C6CAEC. Grayscale: #323232. Windows color (decimal): -13028077 or 1258809. OLE color: 1258809.

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

Color convert

RGB575319-
CMYK00.070.670.78
HSL53.68º50%14.9%-
HSV(B)53.68º66.67%22.35%-
XYZ3.083.461.12-
YUV50.32110.33132.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=44.19%
G=41.09%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57531900.070.670.7853.685014.9
Hex39351307434E3632f
Octal71652307103116666217
Binary111001110101100110111100001110011101101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393513; }

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

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

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

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

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

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

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

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