#330B09

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

Shades of Seal Brown #330B09

Tints of Seal Brown #330B09

Color information

#330B09 (or 0x330B09) is unknown color: approx Seal Brown. HEX triplet: 33, 0B and 09. RGB value is (51,11,9). Sum of RGB (Red+Green+Blue) = 51+11+9=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #330B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B09 is #CCF4F6. Grayscale: #161616. Windows color (decimal): -13432055 or 592691. OLE color: 592691.

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

Color convert

RGB51119-
CMYK00.780.820.8
HSL2.86º70%11.76%-
HSV(B)2.86º82.35%20%-
XYZ1.530.960.36-
YUV22.73120.25148.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 71.83%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 9 (3.91% from 255) = 12.68%
R=71.83%
G=15.49%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5111900.780.820.82.867011.76
Hex33B904E5250346c
Octal6313110116122120310614
Binary1100111011100101001110101001010100001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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