#402313

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

Shades of Brown Pod #402313

Tints of Brown Pod #402313

Color information

#402313 (or 0x402313) is unknown color: approx Brown Pod. HEX triplet: 40, 23 and 13. RGB value is (64,35,19). Sum of RGB (Red+Green+Blue) = 64+35+19=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402313 is #BFDCEC. Grayscale: #292929. Windows color (decimal): -12573933 or 1254208. OLE color: 1254208.

HSL color Cylindrical-coordinate representation of color #402313: hue angle of 21.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402313 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB643519-
CMYK00.450.700.75
HSL21.33º54.22%16.27%-
HSV(B)21.33º70.31%25.1%-
XYZ2.832.340.92-
YUV41.85115.11143.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=54.24%
G=29.66%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64351900.450.700.7521.3354.2216.27
Hex40231302D464B153610
Octal1004323055106113256620
Binary1000000100011100110101101100011010010111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402313; }

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

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

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

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

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

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

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

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