#40241E

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

Shades of Brown Pod #40241E

Tints of Brown Pod #40241E

Color information

#40241E (or 0x40241E) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 1E. RGB value is (64,36,30). Sum of RGB (Red+Green+Blue) = 64+36+30=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40241E is #BFDBE1. Grayscale: #2B2B2B. Windows color (decimal): -12573666 or 1975360. OLE color: 1975360.

HSL color Cylindrical-coordinate representation of color #40241E: hue angle of 10.59º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40241E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB643630-
CMYK00.440.530.75
HSL10.59º36.17%18.43%-
HSV(B)10.59º53.12%25.1%-
XYZ2.982.451.54-
YUV43.69120.28142.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=49.23%
G=27.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64363000.440.530.7510.5936.1718.43
Hex40241E02C354Bb2412
Octal100443605465113134422
Binary10000001001001111001011001101011001011101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40241E; }

 p { color: rgb(64,36,30); }

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

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

 a { background-color: rgb(64,36,30); }

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

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

 span { border-color: rgb(64,36,30); }

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