#220C01

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

Shades of Seal Brown #220C01

Tints of Seal Brown #220C01

Color information

#220C01 (or 0x220C01) is unknown color: approx Seal Brown. HEX triplet: 22, 0C and 01. RGB value is (34,12,1). Sum of RGB (Red+Green+Blue) = 34+12+1=47 (6% of max value = 765). Red value is 34 (13.67% from 255 or 72.34% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 34 - color contains mainly: red. Hex color #220C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C01 is #DDF3FE. Grayscale: #111111. Windows color (decimal): -14545919 or 68642. OLE color: 68642.

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

Color convert

RGB34121-
CMYK00.650.970.87
HSL20º94.29%6.86%-
HSV(B)20º97.06%13.33%-
XYZ0.80.610.1-
YUV17.32118.79139.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 72.34%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=72.34%
G=25.53%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3412100.650.970.872094.296.86
Hex22C10416157145e7
Octal421410101141127241367
Binary100010110010100000111000011010111101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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