#402522

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

Shades of Brown Pod #402522

Tints of Brown Pod #402522

Color information

#402522 (or 0x402522) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 22. RGB value is (64,37,34). Sum of RGB (Red+Green+Blue) = 64+37+34=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402522 is #BFDADD. Grayscale: #2C2C2C. Windows color (decimal): -12573406 or 2237760. OLE color: 2237760.

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

Color convert

RGB643734-
CMYK00.420.470.75
HSL30.61%19.22%-
HSV(B)46.88%25.1%-
XYZ3.062.531.84-
YUV44.73121.95141.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=47.41%
G=27.41%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64373400.420.470.75630.6119.22
Hex40252202A2F4B61f13
Octal10045420525711363723
Binary1000000100101100010010101010111110010111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402522; }

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

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

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

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

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

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

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

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