#330C04

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

Shades of Seal Brown #330C04

Tints of Seal Brown #330C04

Color information

#330C04 (or 0x330C04) is unknown color: approx Seal Brown. HEX triplet: 33, 0C and 04. RGB value is (51,12,4). Sum of RGB (Red+Green+Blue) = 51+12+4=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C04 is #CCF3FB. Grayscale: #161616. Windows color (decimal): -13431804 or 265267. OLE color: 265267.

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

Color convert

RGB51124-
CMYK00.760.920.8
HSL10.21º85.45%10.78%-
HSV(B)10.21º92.16%20%-
XYZ1.520.980.22-
YUV22.75117.42148.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 76.12%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 4 (1.95% from 255) = 5.97%
R=76.12%
G=17.91%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5112400.760.920.810.2185.4510.78
Hex33C404C5C50a55b
Octal6314401141341201212513
Binary11001111001000100110010111001010000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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