#402020

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

Shades of Seal Brown #402020

Tints of Seal Brown #402020

Color information

#402020 (or 0x402020) is unknown color: approx Seal Brown. HEX triplet: 40, 20 and 20. RGB value is (64,32,32). Sum of RGB (Red+Green+Blue) = 64+32+32=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #402020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402020 is #BFDFDF. Grayscale: #292929. Windows color (decimal): -12574688 or 2105408. OLE color: 2105408.

HSL color Cylindrical-coordinate representation of color #402020: hue angle of 0º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402020 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB643232-
CMYK00.500.500.75
HSL33.33%18.82%-
HSV(B)50%25.1%-
XYZ2.892.231.64-
YUV41.57122.6144-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64323200.500.500.75033.3318.82
Hex402020032324B02113
Octal10040400626211304123
Binary100000010000010000001100101100101001011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402020; }

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

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

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

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

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

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

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

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