#220800

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

Shades of Seal Brown #220800

Tints of Seal Brown #220800

Color information

#220800 (or 0x220800) is unknown color: approx Seal Brown. HEX triplet: 22, 08 and 00. RGB value is (34,8,0). Sum of RGB (Red+Green+Blue) = 34+8+0=42 (5% of max value = 765). Red value is 34 (13.67% from 255 or 80.95% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 34 - color contains mainly: red. Hex color #220800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220800 is #DDF7FF. Grayscale: #0E0E0E. Windows color (decimal): -14546944 or 2082. OLE color: 2082.

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

Color convert

RGB3480-
CMYK00.7610.87
HSL14.12º100%6.67%-
HSV(B)14.12º100%13.33%-
XYZ0.750.510.06-
YUV14.86119.61141.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 80.95%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.95%
G=19.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal348000.7610.8714.121006.67
Hex228004C6457e647
Octal421000114144127161447
Binary10001010000010011001100100101011111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220800; }

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

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

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

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

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

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

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

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