#200F05

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

Shades of Seal Brown #200F05

Tints of Seal Brown #200F05

Color information

#200F05 (or 0x200F05) is unknown color: approx Seal Brown. HEX triplet: 20, 0F and 05. RGB value is (32,15,5). Sum of RGB (Red+Green+Blue) = 32+15+5=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F05 is #DFF0FA. Grayscale: #131313. Windows color (decimal): -14676219 or 331552. OLE color: 331552.

HSL color Cylindrical-coordinate representation of color #200F05: hue angle of 22.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200F05 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB32155-
CMYK00.530.840.87
HSL22.22º72.97%7.25%-
HSV(B)22.22º84.38%12.55%-
XYZ0.790.660.23-
YUV18.94120.13137.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=61.54%
G=28.85%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3215500.530.840.8722.2272.977.25
Hex20F5035545716497
Octal40175065124127261117
Binary1000001111101011010110101001010111101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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