#393505

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

Shades of Karaka #393505

Tints of Karaka #393505

Color information

#393505 (or 0x393505) is unknown color: approx Karaka. HEX triplet: 39, 35 and 05. RGB value is (57,53,5). Sum of RGB (Red+Green+Blue) = 57+53+5=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #393505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393505 is #C6CAFA. Grayscale: #303030. Windows color (decimal): -13028091 or 341305. OLE color: 341305.

HSL color Cylindrical-coordinate representation of color #393505: hue angle of 55.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #393505 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57535-
CMYK00.070.910.78
HSL55.38º83.87%12.16%-
HSV(B)55.38º91.23%22.35%-
XYZ2.993.430.65-
YUV48.72103.33133.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 53 (21.09% from 255) = 46.09%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=49.57%
G=46.09%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753500.070.910.7855.3883.8712.16
Hex39355075B4E3754c
Octal71655071331166712414
Binary11100111010110101111011011100111011011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393505; }

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

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

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

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

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

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

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

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