Html Css Color HEX #21100E Seal Brown

📋 copy color: '#21100E'

red 33 ◦ green 16 ◦ blue 14

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

Shades of Seal Brown #21100E

Tints of Seal Brown #21100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25.4%

 BLUE value IS 14 (5.86% from 255) = 22.22%

R = 52.38%
G = 25.4%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.87

RGB Variations

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

Color information

#21100E (or 0x21100E) is known color: Seal Brown. HEX triplet: 21, 10 and 0E. RGB value is (33,16,14). Sum of RGB (Red+Green+Blue) = 33+16+14=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21100E is #DEEFF1. Grayscale: #141414. Windows color (decimal): -14610418 or 921633. OLE color: 921633.

HSL color Cylindrical-coordinate representation of color #21100E: hue angle of 6.32º 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 #21100E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 16 14 -
CMYK 0 0.52 0.58 0.87
HSL 6.32º 0.4% 0.09% -
HSV(B) 6.32º 0.58% 0.13% -
XYZ 0.89 0.73 0.51 -
YUV 20.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 33 16 14 0 0.52 0.58 0.87 6.32 0.4 0.09
Hex 21 10 E 0 34 3A 57 6 28 9
Octal 41 20 16 0 64 72 127 6 50 11
Binary 100001 10000 1110 0 110100 111010 1010111 110 101000 1001

Color Harmonies of #21100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21100E

Black with #21100E

Text Example


Text Example

White with #21100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21100E;
 }
 .AnyTagClassName
 {
   color: #21100E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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