#330505

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

Shades of Seal Brown #330505

Tints of Seal Brown #330505

Color information

#330505 (or 0x330505) is unknown color: approx Seal Brown. HEX triplet: 33, 05 and 05. RGB value is (51,5,5). Sum of RGB (Red+Green+Blue) = 51+5+5=61 (8% of max value = 765). Red value is 51 (20.31% from 255 or 83.61% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 51 - color contains mainly: red. Hex color #330505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330505 is #CCFAFA. Grayscale: #121212. Windows color (decimal): -13433595 or 329011. OLE color: 329011.

HSL color Cylindrical-coordinate representation of color #330505: 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 #330505 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB5155-
CMYK00.900.900.8
HSL82.14%10.98%-
HSV(B)90.2%20%-
XYZ1.450.820.23-
YUV18.75120.24151-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 83.61%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=83.61%
G=8.20%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515500.900.900.8082.1410.98
Hex335505A5A50052b
Octal63550132132120012213
Binary1100111011010101101010110101010000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330505; }

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

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

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

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

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

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

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

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