#402116

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

Shades of Brown Pod #402116

Tints of Brown Pod #402116

Color information

#402116 (or 0x402116) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 16. RGB value is (64,33,22). Sum of RGB (Red+Green+Blue) = 64+33+22=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402116 is #BFDEE9. Grayscale: #292929. Windows color (decimal): -12574442 or 1450304. OLE color: 1450304.

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

Color convert

RGB643322-
CMYK00.480.660.75
HSL15.71º48.84%16.86%-
HSV(B)15.71º65.62%25.1%-
XYZ2.82.241.04-
YUV41.02117.27144.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=53.78%
G=27.73%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64332200.480.660.7515.7148.8416.86
Hex402116030424B103111
Octal1004126060102113206121
Binary1000000100001101100110000100001010010111000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402116; }

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

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

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

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

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

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

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

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