#330F0C

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

Shades of Seal Brown #330F0C

Tints of Seal Brown #330F0C

Color information

#330F0C (or 0x330F0C) is unknown color: approx Seal Brown. HEX triplet: 33, 0F and 0C. RGB value is (51,15,12). Sum of RGB (Red+Green+Blue) = 51+15+12=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F0C is #CCF0F3. Grayscale: #191919. Windows color (decimal): -13431028 or 790323. OLE color: 790323.

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

Color convert

RGB511512-
CMYK00.710.760.8
HSL4.62º61.9%12.35%-
HSV(B)4.62º76.47%20%-
XYZ1.61.070.47-
YUV25.42120.43146.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=65.38%
G=19.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51151200.710.760.84.6261.912.35
Hex33FC0474C5053ec
Octal631714010711412057614
Binary1100111111110001000111100110010100001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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