#40241D

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

Shades of Brown Pod #40241D

Tints of Brown Pod #40241D

Color information

#40241D (or 0x40241D) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 1D. RGB value is (64,36,29). Sum of RGB (Red+Green+Blue) = 64+36+29=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40241D is #BFDBE2. Grayscale: #2B2B2B. Windows color (decimal): -12573667 or 1909824. OLE color: 1909824.

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

Color convert

RGB643629-
CMYK00.440.550.75
HSL12º37.63%18.24%-
HSV(B)12º54.69%25.1%-
XYZ2.972.441.48-
YUV43.57119.78142.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=49.61%
G=27.91%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64362900.440.550.751237.6318.24
Hex40241D02C374Bc2612
Octal100443505467113144622
Binary10000001001001110101011001101111001011110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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