#402417

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

Shades of Brown Pod #402417

Tints of Brown Pod #402417

Color information

#402417 (or 0x402417) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 17. RGB value is (64,36,23). Sum of RGB (Red+Green+Blue) = 64+36+23=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #402417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402417 is #BFDBE8. Grayscale: #2A2A2A. Windows color (decimal): -12573673 or 1516608. OLE color: 1516608.

HSL color Cylindrical-coordinate representation of color #402417: hue angle of 19.02º 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 #402417 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB643623-
CMYK00.440.640.75
HSL19.02º47.13%17.06%-
HSV(B)19.02º64.06%25.1%-
XYZ2.92.411.12-
YUV42.89116.78143.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=52.03%
G=29.27%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64362300.440.640.7519.0247.1317.06
Hex40241702C404B132f11
Octal1004427054100113235721
Binary1000000100100101110101100100000010010111001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402417; }

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

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

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

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

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

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

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

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