#220B02

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

Shades of Seal Brown #220B02

Tints of Seal Brown #220B02

Color information

#220B02 (or 0x220B02) is unknown color: approx Seal Brown. HEX triplet: 22, 0B and 02. RGB value is (34,11,2). Sum of RGB (Red+Green+Blue) = 34+11+2=47 (6% of max value = 765). Red value is 34 (13.67% from 255 or 72.34% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 34 - color contains mainly: red. Hex color #220B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220B02 is #DDF4FD. Grayscale: #101010. Windows color (decimal): -14546174 or 133922. OLE color: 133922.

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

Color convert

RGB34112-
CMYK00.680.940.87
HSL16.88º88.89%7.06%-
HSV(B)16.88º94.12%13.33%-
XYZ0.790.580.13-
YUV16.85119.62140.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 72.34%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=72.34%
G=23.40%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3411200.680.940.8716.8888.897.06
Hex22B20445E5711597
Octal421320104136127211317
Binary1000101011100100010010111101010111100011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220B02; }

 p { color: rgb(34,11,2); }

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

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

 a { background-color: rgb(34,11,2); }

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

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

 span { border-color: rgb(34,11,2); }

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