#330D03

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

Shades of Seal Brown #330D03

Tints of Seal Brown #330D03

Color information

#330D03 (or 0x330D03) is unknown color: approx Seal Brown. HEX triplet: 33, 0D and 03. RGB value is (51,13,3). Sum of RGB (Red+Green+Blue) = 51+13+3=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D03 is #CCF2FC. Grayscale: #171717. Windows color (decimal): -13431549 or 199987. OLE color: 199987.

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

Color convert

RGB51133-
CMYK00.750.940.8
HSL12.5º88.89%10.59%-
HSV(B)12.5º94.12%20%-
XYZ1.5310.2-
YUV23.22116.59147.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 76.12%
GREEN value IS 13 (5.47% from 255) = 19.40%
BLUE value IS 3 (1.56% from 255) = 4.48%
R=76.12%
G=19.40%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113300.750.940.812.588.8910.59
Hex33D304B5E50c59b
Octal6315301131361201413113
Binary1100111101110100101110111101010000110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,13,3); }

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

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

 a { background-color: rgb(51,13,3); }

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

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

 span { border-color: rgb(51,13,3); }

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