#330500

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

Shades of Seal Brown #330500

Tints of Seal Brown #330500

Color information

#330500 (or 0x330500) is unknown color: approx Seal Brown. HEX triplet: 33, 05 and 00. RGB value is (51,5,0). Sum of RGB (Red+Green+Blue) = 51+5+0=56 (7% of max value = 765). Red value is 51 (20.31% from 255 or 91.07% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 51 - color contains mainly: red. Hex color #330500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330500 is #CCFAFF. Grayscale: #121212. Windows color (decimal): -13433600 or 1331. OLE color: 1331.

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

Color convert

RGB5150-
CMYK00.9010.8
HSL5.88º100%10%-
HSV(B)5.88º100%20%-
XYZ1.420.810.08-
YUV18.18117.74151.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 91.07%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.07%
G=8.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515000.9010.85.8810010
Hex335005A6450664a
Octal63500132144120614412
Binary1100111010010110101100100101000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330500; }

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

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

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

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

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

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

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

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