#393915

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

Shades of Karaka #393915

Tints of Karaka #393915

Color information

#393915 (or 0x393915) is unknown color: approx Karaka. HEX triplet: 39, 39 and 15. RGB value is (57,57,21). Sum of RGB (Red+Green+Blue) = 57+57+21=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 57 - color contains mainly: red, green. Hex color #393915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393915 is #C6C6EA. Grayscale: #353535. Windows color (decimal): -13027051 or 1390905. OLE color: 1390905.

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

Color convert

RGB575721-
CMYK000.630.78
HSL60º46.15%15.29%-
HSV(B)60º63.16%22.35%-
XYZ3.293.851.28-
YUV52.9110130.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 57 (22.66% from 255) = 42.22%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=42.22%
G=42.22%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575721000.630.786046.1515.29
Hex393915003F4E3c2ef
Octal7171250077116745617
Binary111001111001101010011111110011101111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393915; }

 p { color: rgb(57,57,21); }

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

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

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

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

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

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

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