#330804

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

Shades of Seal Brown #330804

Tints of Seal Brown #330804

Color information

#330804 (or 0x330804) is unknown color: approx Seal Brown. HEX triplet: 33, 08 and 04. RGB value is (51,8,4). Sum of RGB (Red+Green+Blue) = 51+8+4=63 (8% of max value = 765). Red value is 51 (20.31% from 255 or 80.95% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 51 - color contains mainly: red. Hex color #330804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330804 is #CCF7FB. Grayscale: #141414. Windows color (decimal): -13432828 or 264243. OLE color: 264243.

HSL color Cylindrical-coordinate representation of color #330804: hue angle of 5.11º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #330804 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB5184-
CMYK00.840.920.8
HSL5.11º85.45%10.78%-
HSV(B)5.11º92.16%20%-
XYZ1.470.890.21-
YUV20.4118.75149.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 80.95%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=80.95%
G=12.70%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal518400.840.920.85.1185.4510.78
Hex33840545C50555b
Octal631040124134120512513
Binary1100111000100010101001011100101000010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330804; }

 p { color: rgb(51,8,4); }

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

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

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

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

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

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

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