#210B0A

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

Shades of Seal Brown #210B0A

Tints of Seal Brown #210B0A

Color information

#210B0A (or 0x210B0A) is unknown color: approx Seal Brown. HEX triplet: 21, 0B and 0A. RGB value is (33,11,10). Sum of RGB (Red+Green+Blue) = 33+11+10=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B0A is #DEF4F5. Grayscale: #111111. Windows color (decimal): -14611702 or 658209. OLE color: 658209.

HSL color Cylindrical-coordinate representation of color #210B0A: hue angle of 2.61º 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 #210B0A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.87.

Color convert

RGB331110-
CMYK00.670.700.87
HSL2.61º53.49%8.43%-
HSV(B)2.61º69.7%12.94%-
XYZ0.80.580.36-
YUV17.46123.79139.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 61.11%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 10 (4.30% from 255) = 18.52%
R=61.11%
G=20.37%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33111000.670.700.872.6153.498.43
Hex21BA04346573358
Octal411312010310612736510
Binary100001101110100100001110001101010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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