Html Css Color HEX #221816 Seal Brown

📋 copy color: '#221816'

red 34 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #221816

Tints of Seal Brown #221816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30%

 BLUE value IS 22 (8.98% from 255) = 27.5%

R = 42.5%
G = 30%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.87

RGB Variations

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

Color information

#221816 (or 0x221816) is known color: Seal Brown. HEX triplet: 22, 18 and 16. RGB value is (34,24,22). Sum of RGB (Red+Green+Blue) = 34+24+22=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221816 is #DDE7E9. Grayscale: #1A1A1A. Windows color (decimal): -14542826 or 1447970. OLE color: 1447970.

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

Color convert

RGB 34 24 22 -
CMYK 0 0.29 0.35 0.87
HSL 10º 0.21% 0.11% -
HSV(B) 10º 0.35% 0.13% -
XYZ 1.13 1.05 0.9 -
YUV 26.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 34 24 22 0 0.29 0.35 0.87 10 0.21 0.11
Hex 22 18 16 0 1D 23 57 A 15 B
Octal 42 30 26 0 35 43 127 12 25 13
Binary 100010 11000 10110 0 11101 100011 1010111 1010 10101 1011

Color Harmonies of #221816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221816

Black with #221816

Text Example


Text Example

White with #221816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221816; }

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

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

background-color css

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

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

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

border-color css

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

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

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