#330D02

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

Shades of Seal Brown #330D02

Tints of Seal Brown #330D02

Color information

#330D02 (or 0x330D02) is unknown color: approx Seal Brown. HEX triplet: 33, 0D and 02. RGB value is (51,13,2). Sum of RGB (Red+Green+Blue) = 51+13+2=66 (8% of max value = 765). Red value is 51 (20.31% from 255 or 77.27% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 51 - color contains mainly: red. Hex color #330D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D02 is #CCF2FD. Grayscale: #171717. Windows color (decimal): -13431550 or 134451. OLE color: 134451.

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

Color convert

RGB51132-
CMYK00.750.960.8
HSL13.47º92.45%10.39%-
HSV(B)13.47º96.08%20%-
XYZ1.5210.17-
YUV23.11116.09147.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 77.27%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 2 (1.17% from 255) = 3.03%
R=77.27%
G=19.70%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113200.750.960.813.4792.4510.39
Hex33D204B6050d5ca
Octal6315201131401201513412
Binary1100111101100100101111000001010000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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