#393708

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

Shades of Karaka #393708

Tints of Karaka #393708

Color information

#393708 (or 0x393708) is unknown color: approx Karaka. HEX triplet: 39, 37 and 08. RGB value is (57,55,8). Sum of RGB (Red+Green+Blue) = 57+55+8=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #393708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393708 is #C6C8F7. Grayscale: #323232. Windows color (decimal): -13027576 or 538425. OLE color: 538425.

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

Color convert

RGB57558-
CMYK00.040.860.78
HSL57.55º75.38%12.75%-
HSV(B)57.55º85.96%22.35%-
XYZ3.13.620.77-
YUV50.24104.16132.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 55 (21.88% from 255) = 45.83%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=47.5%
G=45.83%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5755800.040.860.7857.5575.3812.75
Hex3937804564E3a4bd
Octal716710041261167211315
Binary111001110111100001001010110100111011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393708; }

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

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

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

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

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

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

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

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