#320505

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

Shades of Seal Brown #320505

Tints of Seal Brown #320505

Color information

#320505 (or 0x320505) is unknown color: approx Seal Brown. HEX triplet: 32, 05 and 05. RGB value is (50,5,5). Sum of RGB (Red+Green+Blue) = 50+5+5=60 (7% of max value = 765). Red value is 50 (19.92% from 255 or 83.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 50 - color contains mainly: red. Hex color #320505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320505 is #CDFAFA. Grayscale: #121212. Windows color (decimal): -13499131 or 329010. OLE color: 329010.

HSL color Cylindrical-coordinate representation of color #320505: hue angle of 0º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320505 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB5055-
CMYK00.900.900.80
HSL81.82%10.78%-
HSV(B)90%19.61%-
XYZ1.40.80.22-
YUV18.45120.41150.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=83.33%
G=8.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505500.900.900.80081.8210.78
Hex325505A5A50052b
Octal62550132132120012213
Binary1100101011010101101010110101010000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320505; }

 p { color: rgb(50,5,5); }

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

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

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

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

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

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

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