#330D05

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

Shades of Seal Brown #330D05

Tints of Seal Brown #330D05

Color information

#330D05 (or 0x330D05) is unknown color: approx Seal Brown. HEX triplet: 33, 0D and 05. RGB value is (51,13,5). Sum of RGB (Red+Green+Blue) = 51+13+5=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D05 is #CCF2FA. Grayscale: #171717. Windows color (decimal): -13431547 or 331059. OLE color: 331059.

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

Color convert

RGB51135-
CMYK00.750.900.8
HSL10.43º82.14%10.98%-
HSV(B)10.43º90.2%20%-
XYZ1.5410.26-
YUV23.45117.59147.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 73.91%
GREEN value IS 13 (5.47% from 255) = 18.84%
BLUE value IS 5 (2.34% from 255) = 7.25%
R=73.91%
G=18.84%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5113500.750.900.810.4382.1410.98
Hex33D504B5A50a52b
Octal6315501131321201212213
Binary11001111011010100101110110101010000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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