#40201B

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

Shades of Brown Pod #40201B

Tints of Brown Pod #40201B

Color information

#40201B (or 0x40201B) is unknown color: approx Brown Pod. HEX triplet: 40, 20 and 1B. RGB value is (64,32,27). Sum of RGB (Red+Green+Blue) = 64+32+27=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #40201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40201B is #BFDFE4. Grayscale: #292929. Windows color (decimal): -12574693 or 1777728. OLE color: 1777728.

HSL color Cylindrical-coordinate representation of color #40201B: hue angle of 8.11º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40201B is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB643227-
CMYK00.500.580.75
HSL8.11º40.66%17.84%-
HSV(B)8.11º57.81%25.1%-
XYZ2.832.21.31-
YUV41120.1144.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.03%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=52.03%
G=26.02%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64322700.500.580.758.1140.6617.84
Hex40201B0323A4B82912
Octal100403306272113105122
Binary10000001000001101101100101110101001011100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40201B; }

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

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

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

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

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

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

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

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