Html Css Color HEX #21110B Seal Brown

📋 copy color: '#21110B'

red 33 ◦ green 17 ◦ blue 11

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

Shades of Seal Brown #21110B

Tints of Seal Brown #21110B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.87%

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

R = 54.1%
G = 27.87%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#21110B (or 0x21110B) is known color: Seal Brown. HEX triplet: 21, 11 and 0B. RGB value is (33,17,11). Sum of RGB (Red+Green+Blue) = 33+17+11=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #21110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21110B is #DEEEF4. Grayscale: #151515. Windows color (decimal): -14610165 or 725281. OLE color: 725281.

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

Color convert

RGB 33 17 11 -
CMYK 0 0.48 0.67 0.87
HSL 16.36º 0.5% 0.09% -
HSV(B) 16.36º 0.67% 0.13% -
XYZ 0.89 0.75 0.41 -
YUV 21.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 33 17 11 0 0.48 0.67 0.87 16.36 0.5 0.09
Hex 21 11 B 0 30 43 57 10 32 9
Octal 41 21 13 0 60 103 127 20 62 11
Binary 100001 10001 1011 0 110000 1000011 1010111 10000 110010 1001

Color Harmonies of #21110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21110B

Black with #21110B

Text Example


Text Example

White with #21110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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