#221515

Color #221515 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #221515

Tints of Seal Brown #221515

Color information

#221515 (or 0x221515) is unknown color: approx 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

RGB342121-
CMYK00.380.380.87
HSL23.64%10.78%-
HSV(B)38.24%13.33%-
XYZ1.060.930.83-
YUV24.89125.81134.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34212100.380.380.87023.6410.78
Hex2215150262657018b
Octal4225250464612703013
Binary1000101010110101010011010011010101110110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>