#200C0C

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

Shades of Seal Brown #200C0C

Tints of Seal Brown #200C0C

Color information

#200C0C (or 0x200C0C) is unknown color: approx Seal Brown. HEX triplet: 20, 0C and 0C. RGB value is (32,12,12). Sum of RGB (Red+Green+Blue) = 32+12+12=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C0C is #DFF3F3. Grayscale: #121212. Windows color (decimal): -14676980 or 789536. OLE color: 789536.

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

Color convert

RGB321212-
CMYK00.630.630.87
HSL45.45%8.63%-
HSV(B)62.5%12.55%-
XYZ0.790.60.42-
YUV17.98124.63138-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 57.14%
GREEN value IS 12 (5.08% from 255) = 21.43%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32121200.630.630.87045.458.63
Hex20CC03F3F5702d9
Octal4014140777712705511
Binary100000110011000111111111111101011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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