#402824

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

Shades of Brown Pod #402824

Tints of Brown Pod #402824

Color information

#402824 (or 0x402824) is unknown color: approx Brown Pod. HEX triplet: 40, 28 and 24. RGB value is (64,40,36). Sum of RGB (Red+Green+Blue) = 64+40+36=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402824 is #BFD7DB. Grayscale: #2E2E2E. Windows color (decimal): -12572636 or 2369600. OLE color: 2369600.

HSL color Cylindrical-coordinate representation of color #402824: hue angle of 8.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402824 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB644036-
CMYK00.380.440.75
HSL8.57º28%19.61%-
HSV(B)8.57º43.75%25.1%-
XYZ3.192.732.03-
YUV46.72121.95140.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 36 (14.45% from 255) = 25.71%
R=45.71%
G=28.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64403600.380.440.758.572819.61
Hex4028240262C4B91c14
Octal100504404654113113424
Binary10000001010001001000100110101100100101110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402824; }

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

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

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

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

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

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

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

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