#402110

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

Shades of Brown Pod #402110

Tints of Brown Pod #402110

Color information

#402110 (or 0x402110) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 10. RGB value is (64,33,16). Sum of RGB (Red+Green+Blue) = 64+33+16=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402110 is #BFDEEF. Grayscale: #282828. Windows color (decimal): -12574448 or 1057088. OLE color: 1057088.

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

Color convert

RGB643316-
CMYK00.480.750.75
HSL21.25º60%15.69%-
HSV(B)21.25º75%25.1%-
XYZ2.752.220.77-
YUV40.33114.27144.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=56.64%
G=29.20%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64331600.480.750.7521.256015.69
Hex4021100304B4B153c10
Octal1004120060113113257420
Binary1000000100001100000110000100101110010111010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402110; }

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

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

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

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

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

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

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

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