#220500

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

Shades of Seal Brown #220500

Tints of Seal Brown #220500

Color information

#220500 (or 0x220500) is unknown color: approx Seal Brown. HEX triplet: 22, 05 and 00. RGB value is (34,5,0). Sum of RGB (Red+Green+Blue) = 34+5+0=39 (5% of max value = 765). Red value is 34 (13.67% from 255 or 87.18% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 34 - color contains mainly: red. Hex color #220500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220500 is #DDFAFF. Grayscale: #0D0D0D. Windows color (decimal): -14547712 or 1314. OLE color: 1314.

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

Color convert

RGB3450-
CMYK00.8510.87
HSL8.82º100%6.67%-
HSV(B)8.82º100%13.33%-
XYZ0.710.450.05-
YUV13.1120.61142.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 87.18%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.18%
G=12.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal345000.8510.878.821006.67
Hex225005564579647
Octal42500125144127111447
Binary1000101010010101011100100101011110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220500; }

 p { color: rgb(34,5,0); }

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

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

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

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

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

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

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