#402517

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

Shades of Brown Pod #402517

Tints of Brown Pod #402517

Color information

#402517 (or 0x402517) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 17. RGB value is (64,37,23). Sum of RGB (Red+Green+Blue) = 64+37+23=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402517 is #BFDAE8. Grayscale: #2B2B2B. Windows color (decimal): -12573417 or 1516864. OLE color: 1516864.

HSL color Cylindrical-coordinate representation of color #402517: hue angle of 20.49º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #402517 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB643723-
CMYK00.420.640.75
HSL20.49º47.13%17.06%-
HSV(B)20.49º64.06%25.1%-
XYZ2.932.471.13-
YUV43.48116.45142.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=51.61%
G=29.84%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64372300.420.640.7520.4947.1317.06
Hex40251702A404B142f11
Octal1004527052100113245721
Binary1000000100101101110101010100000010010111010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402517; }

 p { color: rgb(64,37,23); }

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

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

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

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

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

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

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