#402317

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

Shades of Brown Pod #402317

Tints of Brown Pod #402317

Color information

#402317 (or 0x402317) is unknown color: approx Brown Pod. HEX triplet: 40, 23 and 17. RGB value is (64,35,23). Sum of RGB (Red+Green+Blue) = 64+35+23=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402317 is #BFDCE8. Grayscale: #2A2A2A. Windows color (decimal): -12573929 or 1516352. OLE color: 1516352.

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

Color convert

RGB643523-
CMYK00.450.640.75
HSL17.56º47.13%17.06%-
HSV(B)17.56º64.06%25.1%-
XYZ2.872.351.11-
YUV42.3117.11143.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=52.46%
G=28.69%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64352300.450.640.7517.5647.1317.06
Hex40231702D404B122f11
Octal1004327055100113225721
Binary1000000100011101110101101100000010010111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402317; }

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

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

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

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

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

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

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

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