#393707

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

Shades of Karaka #393707

Tints of Karaka #393707

Color information

#393707 (or 0x393707) is unknown color: approx Karaka. HEX triplet: 39, 37 and 07. RGB value is (57,55,7). Sum of RGB (Red+Green+Blue) = 57+55+7=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #393707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393707 is #C6C8F8. Grayscale: #323232. Windows color (decimal): -13027577 or 472889. OLE color: 472889.

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

Color convert

RGB57557-
CMYK00.040.880.78
HSL57.6º78.12%12.55%-
HSV(B)57.6º87.72%22.35%-
XYZ3.093.620.74-
YUV50.13103.66132.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 55 (21.88% from 255) = 46.22%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=47.90%
G=46.22%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5755700.040.880.7857.678.1212.55
Hex3937704584E3a4ed
Octal71677041301167211615
Binary11100111011111101001011000100111011101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393707; }

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

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

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

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

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

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

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

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