#393508

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

Shades of Karaka #393508

Tints of Karaka #393508

Color information

#393508 (or 0x393508) is unknown color: approx Karaka. HEX triplet: 39, 35 and 08. RGB value is (57,53,8). Sum of RGB (Red+Green+Blue) = 57+53+8=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #393508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393508 is #C6CAF7. Grayscale: #313131. Windows color (decimal): -13028088 or 537913. OLE color: 537913.

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

Color convert

RGB57538-
CMYK00.070.860.78
HSL55.1º75.38%12.75%-
HSV(B)55.1º85.96%22.35%-
XYZ33.430.73-
YUV49.07104.83133.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=48.31%
G=44.92%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753800.070.860.7855.175.3812.75
Hex3935807564E374bd
Octal716510071261166711315
Binary111001110101100001111010110100111011011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393508; }

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

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

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

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

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

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

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

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