#220300

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

Shades of Seal Brown #220300

Tints of Seal Brown #220300

Color information

#220300 (or 0x220300) is unknown color: approx Seal Brown. HEX triplet: 22, 03 and 00. RGB value is (34,3,0). Sum of RGB (Red+Green+Blue) = 34+3+0=37 (4% of max value = 765). Red value is 34 (13.67% from 255 or 91.89% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 34 - color contains mainly: red. Hex color #220300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220300 is #DDFCFF. Grayscale: #0B0B0B. Windows color (decimal): -14548224 or 802. OLE color: 802.

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

Color convert

RGB3430-
CMYK00.9110.87
HSL5.29º100%6.67%-
HSV(B)5.29º100%13.33%-
XYZ0.690.410.04-
YUV11.93121.27143.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 91.89%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.89%
G=8.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal343000.9110.875.291006.67
Hex223005B64575647
Octal4230013314412751447
Binary10001011001011011110010010101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220300; }

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

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

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

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

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

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

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

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