#330A04

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

Shades of Seal Brown #330A04

Tints of Seal Brown #330A04

Color information

#330A04 (or 0x330A04) is unknown color: approx Seal Brown. HEX triplet: 33, 0A and 04. RGB value is (51,10,4). Sum of RGB (Red+Green+Blue) = 51+10+4=65 (8% of max value = 765). Red value is 51 (20.31% from 255 or 78.46% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 51 - color contains mainly: red. Hex color #330A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A04 is #CCF5FB. Grayscale: #151515. Windows color (decimal): -13432316 or 264755. OLE color: 264755.

HSL color Cylindrical-coordinate representation of color #330A04: hue angle of 7.66º 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 #330A04 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB51104-
CMYK00.800.920.8
HSL7.66º85.45%10.78%-
HSV(B)7.66º92.16%20%-
XYZ1.50.930.22-
YUV21.58118.08148.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 78.46%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 4 (1.95% from 255) = 6.15%
R=78.46%
G=15.38%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5110400.800.920.87.6685.4510.78
Hex33A40505C50855b
Octal6312401201341201012513
Binary11001110101000101000010111001010000100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330A04; }

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

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

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

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

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

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

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

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