Html Css Color HEX #221413 Seal Brown

📋 copy color: '#221413'

red 34 ◦ green 20 ◦ blue 19

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

Shades of Seal Brown #221413

Tints of Seal Brown #221413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 46.58%
G = 27.4%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#221413 (or 0x221413) is known color: Seal Brown. HEX triplet: 22, 14 and 13. RGB value is (34,20,19). Sum of RGB (Red+Green+Blue) = 34+20+19=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221413 is #DDEBEC. Grayscale: #181818. Windows color (decimal): -14543853 or 1250338. OLE color: 1250338.

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

Color convert

RGB 34 20 19 -
CMYK 0 0.41 0.44 0.87
HSL 0.28% 0.1% -
HSV(B) 0.44% 0.13% -
XYZ 1.03 0.89 0.73 -
YUV 24.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 34 20 19 0 0.41 0.44 0.87 4 0.28 0.1
Hex 22 14 13 0 29 2C 57 4 1C A
Octal 42 24 23 0 51 54 127 4 34 12
Binary 100010 10100 10011 0 101001 101100 1010111 100 11100 1010

Color Harmonies of #221413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221413

Black with #221413

Text Example


Text Example

White with #221413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221413; }

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

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

background-color css

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

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

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

border-color css

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

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

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