Html Css Color HEX #221515 Seal Brown

📋 copy color: '#221515'

red 34 ◦ green 21 ◦ blue 21

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

Shades of Seal Brown #221515

Tints of Seal Brown #221515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 21 (8.59% from 255) = 27.63%

R = 44.74%
G = 27.63%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.87

RGB Variations

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

Color information

#221515 (or 0x221515) is known color: Seal Brown. HEX triplet: 22, 15 and 15. RGB value is (34,21,21). Sum of RGB (Red+Green+Blue) = 34+21+21=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #221515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221515 is #DDEAEA. Grayscale: #181818. Windows color (decimal): -14543595 or 1381666. OLE color: 1381666.

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

Color convert

RGB 34 21 21 -
CMYK 0 0.38 0.38 0.87
HSL 0.24% 0.11% -
HSV(B) 0.38% 0.13% -
XYZ 1.06 0.93 0.83 -
YUV 24.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 34 21 21 0 0.38 0.38 0.87 0 0.24 0.11
Hex 22 15 15 0 26 26 57 0 18 B
Octal 42 25 25 0 46 46 127 0 30 13
Binary 100010 10101 10101 0 100110 100110 1010111 0 11000 1011

Color Harmonies of #221515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221515

Black with #221515

Text Example


Text Example

White with #221515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221515; }

 p { color: rgb(34,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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