#330C06

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

Shades of Seal Brown #330C06

Tints of Seal Brown #330C06

Color information

#330C06 (or 0x330C06) is unknown color: approx Seal Brown. HEX triplet: 33, 0C and 06. RGB value is (51,12,6). Sum of RGB (Red+Green+Blue) = 51+12+6=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C06 is #CCF3F9. Grayscale: #171717. Windows color (decimal): -13431802 or 396339. OLE color: 396339.

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

Color convert

RGB51126-
CMYK00.760.880.8
HSL78.95%11.18%-
HSV(B)88.24%20%-
XYZ1.530.980.28-
YUV22.98118.42147.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 73.91%
GREEN value IS 12 (5.08% from 255) = 17.39%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=73.91%
G=17.39%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5112600.760.880.8878.9511.18
Hex33C604C585084fb
Octal6314601141301201011713
Binary11001111001100100110010110001010000100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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