Html Css Color HEX #221614 Seal Brown

📋 copy color: '#221614'

red 34 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #221614

Tints of Seal Brown #221614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.95%

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 44.74%
G = 28.95%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#221614 (or 0x221614) is known color: Seal Brown. HEX triplet: 22, 16 and 14. RGB value is (34,22,20). Sum of RGB (Red+Green+Blue) = 34+22+20=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #221614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221614 is #DDE9EB. Grayscale: #191919. Windows color (decimal): -14543340 or 1316386. OLE color: 1316386.

HSL color Cylindrical-coordinate representation of color #221614: hue angle of 8.57º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #221614 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 22 20 -
CMYK 0 0.35 0.41 0.87
HSL 8.57º 0.26% 0.11% -
HSV(B) 8.57º 0.41% 0.13% -
XYZ 1.07 0.96 0.79 -
YUV 25.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 34 22 20 0 0.35 0.41 0.87 8.57 0.26 0.11
Hex 22 16 14 0 23 29 57 9 1A B
Octal 42 26 24 0 43 51 127 11 32 13
Binary 100010 10110 10100 0 100011 101001 1010111 1001 11010 1011

Color Harmonies of #221614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221614

Black with #221614

Text Example


Text Example

White with #221614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221614; }

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

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

background-color css

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

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

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

border-color css

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

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

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