Html Css Color HEX #21120B Seal Brown

📋 copy color: '#21120B'

red 33 ◦ green 18 ◦ blue 11

#21120B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #21120B

Tints of Seal Brown #21120B

RGB

 RED value IS 33 (13.28% from 255) = 53.23%

 GREEN value IS 18 (7.42% from 255) = 29.03%

 BLUE value IS 11 (4.69% from 255) = 17.74%

R = 53.23%
G = 29.03%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#21120B (or 0x21120B) is known color: Seal Brown. HEX triplet: 21, 12 and 0B. RGB value is (33,18,11). Sum of RGB (Red+Green+Blue) = 33+18+11=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #21120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21120B is #DEEDF4. Grayscale: #151515. Windows color (decimal): -14609909 or 725537. OLE color: 725537.

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

Color convert

RGB 33 18 11 -
CMYK 0 0.45 0.67 0.87
HSL 19.09º 0.5% 0.09% -
HSV(B) 19.09º 0.67% 0.13% -
XYZ 0.9 0.78 0.42 -
YUV 21.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 33 18 11 0 0.45 0.67 0.87 19.09 0.5 0.09
Hex 21 12 B 0 2D 43 57 13 32 9
Octal 41 22 13 0 55 103 127 23 62 11
Binary 100001 10010 1011 0 101101 1000011 1010111 10011 110010 1001

Color Harmonies of #21120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21120B

Black with #21120B

Text Example


Text Example

White with #21120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21120B;
 }
 .AnyTagClassName
 {
   color: #21120B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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