#40211B

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

Shades of Brown Pod #40211B

Tints of Brown Pod #40211B

Color information

#40211B (or 0x40211B) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 1B. RGB value is (64,33,27). Sum of RGB (Red+Green+Blue) = 64+33+27=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #40211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40211B is #BFDEE4. Grayscale: #292929. Windows color (decimal): -12574437 or 1777984. OLE color: 1777984.

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

Color convert

RGB643327-
CMYK00.480.580.75
HSL9.73º40.66%17.84%-
HSV(B)9.73º57.81%25.1%-
XYZ2.862.261.32-
YUV41.58119.77143.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=51.61%
G=26.61%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64332700.480.580.759.7340.6617.84
Hex40211B0303A4Ba2912
Octal100413306072113125122
Binary10000001000011101101100001110101001011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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