#221513

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

Shades of Seal Brown #221513

Tints of Seal Brown #221513

Color information

#221513 (or 0x221513) is unknown color: approx Seal Brown. HEX triplet: 22, 15 and 13. RGB value is (34,21,19). Sum of RGB (Red+Green+Blue) = 34+21+19=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 34 - color contains mainly: red. Hex color #221513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221513 is #DDEAEC. Grayscale: #181818. Windows color (decimal): -14543597 or 1250594. OLE color: 1250594.

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

Color convert

RGB342119-
CMYK00.380.440.87
HSL28.3%10.39%-
HSV(B)44.12%13.33%-
XYZ1.050.920.74-
YUV24.66124.81134.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.95%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=45.95%
G=28.38%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34211900.380.440.87828.310.39
Hex2215130262C5781ca
Octal42252304654127103412
Binary1000101010110011010011010110010101111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221513; }

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

 H1.HeaderClassName
 {
   color: #221513;
 }
 .AnyTagClassName
 {
   color: #221513;
 }
</style>
background-color css

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

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

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

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

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

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