#220F0B

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

Shades of Seal Brown #220F0B

Tints of Seal Brown #220F0B

Color information

#220F0B (or 0x220F0B) is unknown color: approx Seal Brown. HEX triplet: 22, 0F and 0B. RGB value is (34,15,11). Sum of RGB (Red+Green+Blue) = 34+15+11=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #220F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F0B is #DDF0F4. Grayscale: #141414. Windows color (decimal): -14545141 or 724770. OLE color: 724770.

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

Color convert

RGB341511-
CMYK00.560.680.87
HSL10.43º51.11%8.82%-
HSV(B)10.43º67.65%13.33%-
XYZ0.890.710.41-
YUV20.23122.79137.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 56.67%
GREEN value IS 15 (6.25% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=56.67%
G=25%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34151100.560.680.8710.4351.118.82
Hex22FB0384457a339
Octal421713070104127126311
Binary1000101111101101110001000100101011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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