#330C08

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

Shades of Seal Brown #330C08

Tints of Seal Brown #330C08

Color information

#330C08 (or 0x330C08) is unknown color: approx Seal Brown. HEX triplet: 33, 0C and 08. RGB value is (51,12,8). Sum of RGB (Red+Green+Blue) = 51+12+8=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #330C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C08 is #CCF3F7. Grayscale: #171717. Windows color (decimal): -13431800 or 527411. OLE color: 527411.

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

Color convert

RGB51128-
CMYK00.760.840.8
HSL5.58º72.88%11.57%-
HSV(B)5.58º84.31%20%-
XYZ1.540.980.34-
YUV23.2119.42147.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 71.83%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 8 (3.52% from 255) = 11.27%
R=71.83%
G=16.90%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5112800.760.840.85.5872.8811.57
Hex33C804C5450649c
Octal6314100114124120611114
Binary11001111001000010011001010100101000011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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