#393713

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

Shades of Karaka #393713

Tints of Karaka #393713

Color information

#393713 (or 0x393713) is unknown color: approx Karaka. HEX triplet: 39, 37 and 13. RGB value is (57,55,19). Sum of RGB (Red+Green+Blue) = 57+55+19=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393713 is #C6C8EC. Grayscale: #333333. Windows color (decimal): -13027565 or 1259321. OLE color: 1259321.

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

Color convert

RGB575519-
CMYK00.040.670.78
HSL56.84º50%14.9%-
HSV(B)56.84º66.67%22.35%-
XYZ3.173.651.15-
YUV51.49109.66131.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=43.51%
G=41.98%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57551900.040.670.7856.845014.9
Hex39371304434E3932f
Octal71672304103116716217
Binary111001110111100110100100001110011101110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393713; }

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

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

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

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

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

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

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

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