#21120E

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

Shades of Seal Brown #21120E

Tints of Seal Brown #21120E

Color information

#21120E (or 0x21120E) is unknown color: approx Seal Brown. HEX triplet: 21, 12 and 0E. RGB value is (33,18,14). Sum of RGB (Red+Green+Blue) = 33+18+14=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #21120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21120E is #DEEDF1. Grayscale: #161616. Windows color (decimal): -14609906 or 922145. OLE color: 922145.

HSL color Cylindrical-coordinate representation of color #21120E: hue angle of 12.63º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21120E is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB331814-
CMYK00.450.580.87
HSL12.63º40.43%9.22%-
HSV(B)12.63º57.58%12.94%-
XYZ0.920.790.52-
YUV22.03123.47135.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50.77%
GREEN value IS 18 (7.42% from 255) = 27.69%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=50.77%
G=27.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33181400.450.580.8712.6340.439.22
Hex2112E02D3A57d289
Octal41221605572127155011
Binary1000011001011100101101111010101011111011010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21120E; }

 p { color: rgb(33,18,14); }

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

<style>
 a { background-color: #21120E; }

 a { background-color: rgb(33,18,14); }

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

<style>
 span { border-color: #21120E; }

 span { border-color: rgb(33,18,14); }

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