#220D01

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

Shades of Seal Brown #220D01

Tints of Seal Brown #220D01

Color information

#220D01 (or 0x220D01) is unknown color: approx Seal Brown. HEX triplet: 22, 0D and 01. RGB value is (34,13,1). Sum of RGB (Red+Green+Blue) = 34+13+1=48 (6% of max value = 765). Red value is 34 (13.67% from 255 or 70.83% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 34 - color contains mainly: red. Hex color #220D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D01 is #DDF2FE. Grayscale: #111111. Windows color (decimal): -14545663 or 68898. OLE color: 68898.

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

Color convert

RGB34131-
CMYK00.620.970.87
HSL21.82º94.29%6.86%-
HSV(B)21.82º97.06%13.33%-
XYZ0.810.630.11-
YUV17.91118.46139.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 70.83%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=70.83%
G=27.08%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3413100.620.970.8721.8294.296.86
Hex22D103E6157165e7
Octal42151076141127261367
Binary10001011011011111011000011010111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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