#402821

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

Shades of Brown Pod #402821

Tints of Brown Pod #402821

Color information

#402821 (or 0x402821) is unknown color: approx Brown Pod. HEX triplet: 40, 28 and 21. RGB value is (64,40,33). Sum of RGB (Red+Green+Blue) = 64+40+33=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #402821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402821 is #BFD7DE. Grayscale: #2E2E2E. Windows color (decimal): -12572639 or 2172992. OLE color: 2172992.

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

Color convert

RGB644033-
CMYK00.380.480.75
HSL13.55º31.96%19.02%-
HSV(B)13.55º48.44%25.1%-
XYZ3.152.721.8-
YUV46.38120.45140.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=46.72%
G=29.20%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64403300.380.480.7513.5531.9619.02
Hex402821026304Be2013
Octal100504104660113164023
Binary100000010100010000101001101100001001011111010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402821; }

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

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

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

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

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

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

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

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