#200B05

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

Shades of Seal Brown #200B05

Tints of Seal Brown #200B05

Color information

#200B05 (or 0x200B05) is unknown color: approx Seal Brown. HEX triplet: 20, 0B and 05. RGB value is (32,11,5). Sum of RGB (Red+Green+Blue) = 32+11+5=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B05 is #DFF4FA. Grayscale: #101010. Windows color (decimal): -14677243 or 330528. OLE color: 330528.

HSL color Cylindrical-coordinate representation of color #200B05: hue angle of 13.33º 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 #200B05 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB32115-
CMYK00.660.840.87
HSL13.33º72.97%7.25%-
HSV(B)13.33º84.38%12.55%-
XYZ0.740.560.21-
YUV16.6121.46138.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 5 (2.34% from 255) = 10.42%
R=66.67%
G=22.92%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3211500.660.840.8713.3372.977.25
Hex20B50425457d497
Octal401350102124127151117
Binary1000001011101010000101010100101011111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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