#220D03

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

Shades of Seal Brown #220D03

Tints of Seal Brown #220D03

Color information

#220D03 (or 0x220D03) is unknown color: approx Seal Brown. HEX triplet: 22, 0D and 03. RGB value is (34,13,3). Sum of RGB (Red+Green+Blue) = 34+13+3=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #220D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D03 is #DDF2FC. Grayscale: #121212. Windows color (decimal): -14545661 or 199970. OLE color: 199970.

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

Color convert

RGB34133-
CMYK00.620.910.87
HSL19.35º83.78%7.25%-
HSV(B)19.35º91.18%13.33%-
XYZ0.820.630.17-
YUV18.14119.46139.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 68%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 3 (1.56% from 255) = 6%
R=68%
G=26%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3413300.620.910.8719.3583.787.25
Hex22D303E5B5713547
Octal42153076133127231247
Binary100010110111011111010110111010111100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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