#200E0E

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

Shades of Seal Brown #200E0E

Tints of Seal Brown #200E0E

Color information

#200E0E (or 0x200E0E) is unknown color: approx Seal Brown. HEX triplet: 20, 0E and 0E. RGB value is (32,14,14). Sum of RGB (Red+Green+Blue) = 32+14+14=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E0E is #DFF1F1. Grayscale: #131313. Windows color (decimal): -14676466 or 921120. OLE color: 921120.

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

Color convert

RGB321414-
CMYK00.560.560.87
HSL39.13%9.02%-
HSV(B)56.25%12.55%-
XYZ0.830.650.5-
YUV19.38124.96137-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 14 (5.86% from 255) = 23.33%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=53.33%
G=23.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32141400.560.560.87039.139.02
Hex20EE03838570279
Octal4016160707012704711
Binary100000111011100111000111000101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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