#210D05

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

Shades of Seal Brown #210D05

Tints of Seal Brown #210D05

Color information

#210D05 (or 0x210D05) is unknown color: approx Seal Brown. HEX triplet: 21, 0D and 05. RGB value is (33,13,5). Sum of RGB (Red+Green+Blue) = 33+13+5=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #210D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D05 is #DEF2FA. Grayscale: #121212. Windows color (decimal): -14611195 or 331041. OLE color: 331041.

HSL color Cylindrical-coordinate representation of color #210D05: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210D05 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.87.

Color convert

RGB33135-
CMYK00.610.850.87
HSL17.14º73.68%7.45%-
HSV(B)17.14º84.85%12.94%-
XYZ0.80.620.22-
YUV18.07120.63138.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 64.71%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 5 (2.34% from 255) = 9.80%
R=64.71%
G=25.49%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3313500.610.850.8717.1473.687.45
Hex21D503D5557114a7
Octal41155075125127211127
Binary1000011101101011110110101011010111100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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