#220700

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

Shades of Seal Brown #220700

Tints of Seal Brown #220700

Color information

#220700 (or 0x220700) is unknown color: approx Seal Brown. HEX triplet: 22, 07 and 00. RGB value is (34,7,0). Sum of RGB (Red+Green+Blue) = 34+7+0=41 (5% of max value = 765). Red value is 34 (13.67% from 255 or 82.93% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 34 - color contains mainly: red. Hex color #220700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220700 is #DDF8FF. Grayscale: #0E0E0E. Windows color (decimal): -14547200 or 1826. OLE color: 1826.

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

Color convert

RGB3470-
CMYK00.7910.87
HSL12.35º100%6.67%-
HSV(B)12.35º100%13.33%-
XYZ0.740.490.06-
YUV14.28119.95142.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 82.93%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.93%
G=17.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal347000.7910.8712.351006.67
Hex227004F6457c647
Octal42700117144127141447
Binary1000101110010011111100100101011111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220700; }

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

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

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

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

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

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

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

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