#393511

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

Shades of Karaka #393511

Tints of Karaka #393511

Color information

#393511 (or 0x393511) is unknown color: approx Karaka. HEX triplet: 39, 35 and 11. RGB value is (57,53,17). Sum of RGB (Red+Green+Blue) = 57+53+17=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393511 is #C6CAEE. Grayscale: #323232. Windows color (decimal): -13028079 or 1127737. OLE color: 1127737.

HSL color Cylindrical-coordinate representation of color #393511: hue angle of 54º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393511 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB575317-
CMYK00.070.700.78
HSL54º54.05%14.51%-
HSV(B)54º70.18%22.35%-
XYZ3.063.461.04-
YUV50.09109.33132.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=44.88%
G=41.73%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57531700.070.700.785454.0514.51
Hex39351107464E3636f
Octal71652107106116666617
Binary111001110101100010111100011010011101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393511; }

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

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

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

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

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

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

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

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