Html Css Color HEX #220501 Seal Brown

📋 copy color: '#220501'

red 34 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #220501

Tints of Seal Brown #220501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.5%

 BLUE value IS 1 (0.78% from 255) = 2.5%

R = 85%
G = 12.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#220501 (or 0x220501) is known color: Seal Brown. HEX triplet: 22, 05 and 01. RGB value is (34,5,1). Sum of RGB (Red+Green+Blue) = 34+5+1=40 (5% of max value = 765). Red value is 34 (13.67% from 255 or 85% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 34 - color contains mainly: red. Hex color #220501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220501 is #DDFAFE. Grayscale: #0D0D0D. Windows color (decimal): -14547711 or 66850. OLE color: 66850.

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

Color convert

RGB 34 5 1 -
CMYK 0 0.85 0.97 0.87
HSL 7.27º 0.94% 0.07% -
HSV(B) 7.27º 0.97% 0.13% -
XYZ 0.72 0.45 0.08 -
YUV 13.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 34 5 1 0 0.85 0.97 0.87 7.27 0.94 0.07
Hex 22 5 1 0 55 61 57 7 5E 7
Octal 42 5 1 0 125 141 127 7 136 7
Binary 100010 101 1 0 1010101 1100001 1010111 111 1011110 111

Color Harmonies of #220501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220501

Black with #220501

Text Example


Text Example

White with #220501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220501; }

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

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

background-color css

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

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

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

border-color css

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

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

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