#21100C

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

Shades of Seal Brown #21100C

Tints of Seal Brown #21100C

Color information

#21100C (or 0x21100C) is unknown color: approx Seal Brown. HEX triplet: 21, 10 and 0C. RGB value is (33,16,12). Sum of RGB (Red+Green+Blue) = 33+16+12=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #21100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21100C is #DEEFF3. Grayscale: #141414. Windows color (decimal): -14610420 or 790561. OLE color: 790561.

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

Color convert

RGB331612-
CMYK00.520.640.87
HSL11.43º46.67%8.82%-
HSV(B)11.43º63.64%12.94%-
XYZ0.880.720.44-
YUV20.63123.13136.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 54.10%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=54.10%
G=26.23%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33161200.520.640.8711.4346.678.82
Hex2110C0344057b2f9
Octal412014064100127135711
Binary10000110000110001101001000000101011110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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