Html Css Color HEX #221714 Seal Brown

📋 copy color: '#221714'

red 34 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #221714

Tints of Seal Brown #221714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.87%

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

R = 44.16%
G = 29.87%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#221714 (or 0x221714) is known color: Seal Brown. HEX triplet: 22, 17 and 14. RGB value is (34,23,20). Sum of RGB (Red+Green+Blue) = 34+23+20=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #221714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221714 is #DDE8EB. Grayscale: #191919. Windows color (decimal): -14543084 or 1316642. OLE color: 1316642.

HSL color Cylindrical-coordinate representation of color #221714: hue angle of 12.86º 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 #221714 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 23 20 -
CMYK 0 0.32 0.41 0.87
HSL 12.86º 0.26% 0.11% -
HSV(B) 12.86º 0.41% 0.13% -
XYZ 1.09 1 0.8 -
YUV 25.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 34 23 20 0 0.32 0.41 0.87 12.86 0.26 0.11
Hex 22 17 14 0 20 29 57 D 1A B
Octal 42 27 24 0 40 51 127 15 32 13
Binary 100010 10111 10100 0 100000 101001 1010111 1101 11010 1011

Color Harmonies of #221714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221714

Black with #221714

Text Example


Text Example

White with #221714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221714; }

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

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

background-color css

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

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

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

border-color css

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

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

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