#210D02

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

Shades of Seal Brown #210D02

Tints of Seal Brown #210D02

Color information

#210D02 (or 0x210D02) is unknown color: approx Seal Brown. HEX triplet: 21, 0D and 02. RGB value is (33,13,2). Sum of RGB (Red+Green+Blue) = 33+13+2=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #210D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D02 is #DEF2FD. Grayscale: #111111. Windows color (decimal): -14611198 or 134433. OLE color: 134433.

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

Color convert

RGB33132-
CMYK00.610.940.87
HSL21.29º88.57%6.86%-
HSV(B)21.29º93.94%12.94%-
XYZ0.780.620.14-
YUV17.73119.13138.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 68.75%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=68.75%
G=27.08%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3313200.610.940.8721.2988.576.86
Hex21D203D5E5715597
Octal41152075136127251317
Binary100001110110011110110111101010111101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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