#21100F

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

Shades of Seal Brown #21100F

Tints of Seal Brown #21100F

Color information

#21100F (or 0x21100F) is unknown color: approx Seal Brown. HEX triplet: 21, 10 and 0F. RGB value is (33,16,15). Sum of RGB (Red+Green+Blue) = 33+16+15=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21100F is #DEEFF0. Grayscale: #141414. Windows color (decimal): -14610417 or 987169. OLE color: 987169.

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

Color convert

RGB331615-
CMYK00.520.550.87
HSL3.33º37.5%9.41%-
HSV(B)3.33º54.55%12.94%-
XYZ0.90.730.55-
YUV20.97124.63136.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 51.56%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=51.56%
G=25%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33161500.520.550.873.3337.59.41
Hex2110F03437573269
Octal4120170646712734611
Binary10000110000111101101001101111010111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21100F; }

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

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

<style>
 a { background-color: #21100F; }

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

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

<style>
 span { border-color: #21100F; }

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

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