#402007

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

Shades of Brown Pod #402007

Tints of Brown Pod #402007

Color information

#402007 (or 0x402007) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 07. RGB value is (64,32,7). Sum of RGB (Red+Green+Blue) = 64+32+7=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #402007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402007 is #BFDFF8. Grayscale: #262626. Windows color (decimal): -12574713 or 467008. OLE color: 467008.

HSL color Cylindrical-coordinate representation of color #402007: hue angle of 26.32º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #402007 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB64327-
CMYK00.500.890.75
HSL26.32º80.28%13.92%-
HSV(B)26.32º89.06%25.1%-
XYZ2.672.140.47-
YUV38.72110.1146.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=62.14%
G=31.07%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6432700.500.890.7526.3280.2813.92
Hex40207032594B1a50e
Octal1004070621311133212016
Binary10000001000001110110010101100110010111101010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402007; }

 p { color: rgb(64,32,7); }

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

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

 a { background-color: rgb(64,32,7); }

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

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

 span { border-color: rgb(64,32,7); }

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