#210D0A

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

Shades of Seal Brown #210D0A

Tints of Seal Brown #210D0A

Color information

#210D0A (or 0x210D0A) is unknown color: approx Seal Brown. HEX triplet: 21, 0D and 0A. RGB value is (33,13,10). Sum of RGB (Red+Green+Blue) = 33+13+10=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D0A is #DEF2F5. Grayscale: #121212. Windows color (decimal): -14611190 or 658721. OLE color: 658721.

HSL color Cylindrical-coordinate representation of color #210D0A: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210D0A is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB331310-
CMYK00.610.700.87
HSL7.83º53.49%8.43%-
HSV(B)7.83º69.7%12.94%-
XYZ0.830.630.37-
YUV18.64123.13138.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 58.93%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=58.93%
G=23.21%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33131000.610.700.877.8353.498.43
Hex21DA03D46578358
Octal411512075106127106510
Binary1000011101101001111011000110101011110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,13,10); }

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

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

 a { background-color: rgb(33,13,10); }

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

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

 span { border-color: rgb(33,13,10); }

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