Html Css Color HEX #221411 Seal Brown

📋 copy color: '#221411'

red 34 ◦ green 20 ◦ blue 17

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

Shades of Seal Brown #221411

Tints of Seal Brown #221411

RGB

 RED value IS 34 (13.67% from 255) = 47.89%

 GREEN value IS 20 (8.2% from 255) = 28.17%

 BLUE value IS 17 (7.03% from 255) = 23.94%

R = 47.89%
G = 28.17%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#221411 (or 0x221411) is known color: Seal Brown. HEX triplet: 22, 14 and 11. RGB value is (34,20,17). Sum of RGB (Red+Green+Blue) = 34+20+17=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #221411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221411 is #DDEBEE. Grayscale: #171717. Windows color (decimal): -14543855 or 1119266. OLE color: 1119266.

HSL color Cylindrical-coordinate representation of color #221411: hue angle of 10.59º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221411 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 20 17 -
CMYK 0 0.41 0.50 0.87
HSL 10.59º 0.33% 0.1% -
HSV(B) 10.59º 0.5% 0.13% -
XYZ 1.01 0.88 0.65 -
YUV 23.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 34 20 17 0 0.41 0.50 0.87 10.59 0.33 0.1
Hex 22 14 11 0 29 32 57 B 21 A
Octal 42 24 21 0 51 62 127 13 41 12
Binary 100010 10100 10001 0 101001 110010 1010111 1011 100001 1010

Color Harmonies of #221411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221411

Black with #221411

Text Example


Text Example

White with #221411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221411; }

 p { color: rgb(34,20,17); }

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

background-color css

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

 a { background-color: rgb(34,20,17); }

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

border-color css

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

 span { border-color: rgb(34,20,17); }

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