#221008

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

Shades of Seal Brown #221008

Tints of Seal Brown #221008

Color information

#221008 (or 0x221008) is unknown color: approx Seal Brown. HEX triplet: 22, 10 and 08. RGB value is (34,16,8). Sum of RGB (Red+Green+Blue) = 34+16+8=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #221008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221008 is #DDEFF7. Grayscale: #141414. Windows color (decimal): -14544888 or 528418. OLE color: 528418.

HSL color Cylindrical-coordinate representation of color #221008: hue angle of 18.46º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221008 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB34168-
CMYK00.530.760.87
HSL18.46º61.9%8.24%-
HSV(B)18.46º76.47%13.33%-
XYZ0.890.730.32-
YUV20.47120.96137.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 58.62%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=58.62%
G=27.59%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3416800.530.760.8718.4661.98.24
Hex221080354C57123e8
Octal422010065114127227610
Binary100010100001000011010110011001010111100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221008; }

 p { color: rgb(34,16,8); }

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

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

 a { background-color: rgb(34,16,8); }

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

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

 span { border-color: rgb(34,16,8); }

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