#330C09

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

Shades of Seal Brown #330C09

Tints of Seal Brown #330C09

Color information

#330C09 (or 0x330C09) is unknown color: approx Seal Brown. HEX triplet: 33, 0C and 09. RGB value is (51,12,9). Sum of RGB (Red+Green+Blue) = 51+12+9=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C09 is #CCF3F6. Grayscale: #171717. Windows color (decimal): -13431799 or 592947. OLE color: 592947.

HSL color Cylindrical-coordinate representation of color #330C09: hue angle of 4.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330C09 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB51129-
CMYK00.760.820.8
HSL4.29º70%11.76%-
HSV(B)4.29º82.35%20%-
XYZ1.550.990.37-
YUV23.32119.92147.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=70.83%
G=16.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5112900.760.820.84.297011.76
Hex33C904C5250446c
Octal6314110114122120410614
Binary11001111001001010011001010010101000010010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,12,9); }

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

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

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

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

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

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

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