Html Css Color HEX #220500 Seal Brown

📋 copy color: '#220500'

red 34 ◦ green 5 ◦ blue 0

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

Shades of Seal Brown #220500

Tints of Seal Brown #220500

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 value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#220500 (or 0x220500) is known color: 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

RGB 34 5 0 -
CMYK 0 0.85 1 0.87
HSL 8.82º 1% 0.07% -
HSV(B) 8.82º 1% 0.13% -
XYZ 0.71 0.45 0.05 -
YUV 13.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 34 5 0 0 0.85 1 0.87 8.82 1 0.07
Hex 22 5 0 0 55 64 57 9 64 7
Octal 42 5 0 0 125 144 127 11 144 7
Binary 100010 101 0 0 1010101 1100100 1010111 1001 1100100 111

Color Harmonies of #220500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220500

Black with #220500

Text Example


Text Example

White with #220500

Text Example


Text Example

HTML Codes & Css Web 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>