#210F0E

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

Shades of Seal Brown #210F0E

Tints of Seal Brown #210F0E

Color information

#210F0E (or 0x210F0E) is unknown color: approx Seal Brown. HEX triplet: 21, 0F and 0E. RGB value is (33,15,14). Sum of RGB (Red+Green+Blue) = 33+15+14=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #210F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F0E is #DEF0F1. Grayscale: #141414. Windows color (decimal): -14610674 or 921377. OLE color: 921377.

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

Color convert

RGB331514-
CMYK00.550.580.87
HSL3.16º40.43%9.22%-
HSV(B)3.16º57.58%12.94%-
XYZ0.880.70.5-
YUV20.27124.46137.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 53.23%
GREEN value IS 15 (6.25% from 255) = 24.19%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=53.23%
G=24.19%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33151400.550.580.873.1640.439.22
Hex21FE0373A573289
Octal4117160677212735011
Binary1000011111111001101111110101010111111010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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