#220C0B

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

Shades of Seal Brown #220C0B

Tints of Seal Brown #220C0B

Color information

#220C0B (or 0x220C0B) is unknown color: approx Seal Brown. HEX triplet: 22, 0C and 0B. RGB value is (34,12,11). Sum of RGB (Red+Green+Blue) = 34+12+11=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #220C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C0B is #DDF3F4. Grayscale: #121212. Windows color (decimal): -14545909 or 724002. OLE color: 724002.

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

Color convert

RGB341211-
CMYK00.650.680.87
HSL2.61º51.11%8.82%-
HSV(B)2.61º67.65%13.33%-
XYZ0.850.630.39-
YUV18.46123.79139.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 59.65%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=59.65%
G=21.05%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34121100.650.680.872.6151.118.82
Hex22CB04144573339
Octal421413010110412736311
Binary100010110010110100000110001001010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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