#210F0C

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

Shades of Seal Brown #210F0C

Tints of Seal Brown #210F0C

Color information

#210F0C (or 0x210F0C) is unknown color: approx Seal Brown. HEX triplet: 21, 0F and 0C. RGB value is (33,15,12). Sum of RGB (Red+Green+Blue) = 33+15+12=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #210F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F0C is #DEF0F3. Grayscale: #141414. Windows color (decimal): -14610676 or 790305. OLE color: 790305.

HSL color Cylindrical-coordinate representation of color #210F0C: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #210F0C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB331512-
CMYK00.550.640.87
HSL8.57º46.67%8.82%-
HSV(B)8.57º63.64%12.94%-
XYZ0.860.690.44-
YUV20.04123.46137.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 55%
GREEN value IS 15 (6.25% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 20%
R=55%
G=25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33151200.550.640.878.5746.678.82
Hex21FC037405792f9
Octal411714067100127115711
Binary1000011111110001101111000000101011110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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