#200E0C

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

Shades of Seal Brown #200E0C

Tints of Seal Brown #200E0C

Color information

#200E0C (or 0x200E0C) is unknown color: approx Seal Brown. HEX triplet: 20, 0E and 0C. RGB value is (32,14,12). Sum of RGB (Red+Green+Blue) = 32+14+12=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200E0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E0C is #DFF1F3. Grayscale: #131313. Windows color (decimal): -14676468 or 790048. OLE color: 790048.

HSL color Cylindrical-coordinate representation of color #200E0C: hue angle of 6º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200E0C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB321412-
CMYK00.560.630.87
HSL45.45%8.63%-
HSV(B)62.5%12.55%-
XYZ0.820.650.43-
YUV19.15123.96137.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 55.17%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 12 (5.08% from 255) = 20.69%
R=55.17%
G=24.14%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32141200.560.630.87645.458.63
Hex20EC0383F5762d9
Octal4016140707712765511
Binary10000011101100011100011111110101111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,14,12); }

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

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

 a { background-color: rgb(32,14,12); }

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

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

 span { border-color: rgb(32,14,12); }

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