#402521

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

Shades of Brown Pod #402521

Tints of Brown Pod #402521

Color information

#402521 (or 0x402521) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 21. RGB value is (64,37,33). Sum of RGB (Red+Green+Blue) = 64+37+33=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #402521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402521 is #BFDADE. Grayscale: #2C2C2C. Windows color (decimal): -12573407 or 2172224. OLE color: 2172224.

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

Color convert

RGB643733-
CMYK00.420.480.75
HSL7.74º31.96%19.02%-
HSV(B)7.74º48.44%25.1%-
XYZ3.052.521.77-
YUV44.62121.45141.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=47.76%
G=27.61%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64373300.420.480.757.7431.9619.02
Hex40252102A304B82013
Octal100454105260113104023
Binary100000010010110000101010101100001001011100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402521; }

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

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

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

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

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

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

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

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