#220B03

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

Shades of Seal Brown #220B03

Tints of Seal Brown #220B03

Color information

#220B03 (or 0x220B03) is unknown color: approx Seal Brown. HEX triplet: 22, 0B and 03. RGB value is (34,11,3). Sum of RGB (Red+Green+Blue) = 34+11+3=48 (6% of max value = 765). Red value is 34 (13.67% from 255 or 70.83% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 34 - color contains mainly: red. Hex color #220B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220B03 is #DDF4FC. Grayscale: #111111. Windows color (decimal): -14546173 or 199458. OLE color: 199458.

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

Color convert

RGB34113-
CMYK00.680.910.87
HSL15.48º83.78%7.25%-
HSV(B)15.48º91.18%13.33%-
XYZ0.80.590.16-
YUV16.96120.12140.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 70.83%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=70.83%
G=22.92%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3411300.680.910.8715.4883.787.25
Hex22B30445B57f547
Octal421330104133127171247
Binary100010101111010001001011011101011111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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