#220C08

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

Shades of Seal Brown #220C08

Tints of Seal Brown #220C08

Color information

#220C08 (or 0x220C08) is unknown color: approx Seal Brown. HEX triplet: 22, 0C and 08. RGB value is (34,12,8). Sum of RGB (Red+Green+Blue) = 34+12+8=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #220C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C08 is #DDF3F7. Grayscale: #121212. Windows color (decimal): -14545912 or 527394. OLE color: 527394.

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

Color convert

RGB34128-
CMYK00.650.760.87
HSL9.23º61.9%8.24%-
HSV(B)9.23º76.47%13.33%-
XYZ0.830.620.31-
YUV18.12122.29139.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 62.96%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=62.96%
G=22.22%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3412800.650.760.879.2361.98.24
Hex22C80414C5793e8
Octal4214100101114127117610
Binary10001011001000010000011001100101011110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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