#21110C

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

Shades of Seal Brown #21110C

Tints of Seal Brown #21110C

Color information

#21110C (or 0x21110C) is unknown color: approx Seal Brown. HEX triplet: 21, 11 and 0C. RGB value is (33,17,12). Sum of RGB (Red+Green+Blue) = 33+17+12=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #21110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21110C is #DEEEF3. Grayscale: #151515. Windows color (decimal): -14610164 or 790817. OLE color: 790817.

HSL color Cylindrical-coordinate representation of color #21110C: hue angle of 14.29º 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 #21110C is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB331712-
CMYK00.480.640.87
HSL14.29º46.67%8.82%-
HSV(B)14.29º63.64%12.94%-
XYZ0.890.750.45-
YUV21.21122.8136.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 53.23%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=53.23%
G=27.42%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33171200.480.640.8714.2946.678.82
Hex2111C0304057e2f9
Octal412114060100127165711
Binary10000110001110001100001000000101011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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