#402721

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

Shades of Brown Pod #402721

Tints of Brown Pod #402721

Color information

#402721 (or 0x402721) is unknown color: approx Brown Pod. HEX triplet: 40, 27 and 21. RGB value is (64,39,33). Sum of RGB (Red+Green+Blue) = 64+39+33=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402721 is #BFD8DE. Grayscale: #2D2D2D. Windows color (decimal): -12572895 or 2172736. OLE color: 2172736.

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

Color convert

RGB643933-
CMYK00.390.480.75
HSL11.61º31.96%19.02%-
HSV(B)11.61º48.44%25.1%-
XYZ3.112.651.79-
YUV45.79120.78140.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=47.06%
G=28.68%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64393300.390.480.7511.6131.9619.02
Hex402721027304Bc2013
Octal100474104760113144023
Binary100000010011110000101001111100001001011110010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402721; }

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

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

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

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

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

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

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

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