Html Css Color HEX #21110C Seal Brown

📋 copy color: '#21110C'

red 33 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #21110C

Tints of Seal Brown #21110C

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 value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.87

RGB Variations

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

Color information

#21110C (or 0x21110C) is known color: 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

RGB 33 17 12 -
CMYK 0 0.48 0.64 0.87
HSL 14.29º 0.47% 0.09% -
HSV(B) 14.29º 0.64% 0.13% -
XYZ 0.89 0.75 0.45 -
YUV 21.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 33 17 12 0 0.48 0.64 0.87 14.29 0.47 0.09
Hex 21 11 C 0 30 40 57 E 2F 9
Octal 41 21 14 0 60 100 127 16 57 11
Binary 100001 10001 1100 0 110000 1000000 1010111 1110 101111 1001

Color Harmonies of #21110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21110C

Black with #21110C

Text Example


Text Example

White with #21110C

Text Example


Text Example

HTML Codes & Css Web 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>