#220F05

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

Shades of Seal Brown #220F05

Tints of Seal Brown #220F05

Color information

#220F05 (or 0x220F05) is unknown color: approx Seal Brown. HEX triplet: 22, 0F and 05. RGB value is (34,15,5). Sum of RGB (Red+Green+Blue) = 34+15+5=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #220F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F05 is #DDF0FA. Grayscale: #131313. Windows color (decimal): -14545147 or 331554. OLE color: 331554.

HSL color Cylindrical-coordinate representation of color #220F05: hue angle of 20.69º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #220F05 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.87.

Color convert

RGB34155-
CMYK00.560.850.87
HSL20.69º74.36%7.65%-
HSV(B)20.69º85.29%13.33%-
XYZ0.860.690.23-
YUV19.54119.79138.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 62.96%
GREEN value IS 15 (6.25% from 255) = 27.78%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=62.96%
G=27.78%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3415500.560.850.8720.6974.367.65
Hex22F50385557154a8
Octal421750701251272511210
Binary10001011111010111000101010110101111010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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