#40241C

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

Shades of Brown Pod #40241C

Tints of Brown Pod #40241C

Color information

#40241C (or 0x40241C) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 1C. RGB value is (64,36,28). Sum of RGB (Red+Green+Blue) = 64+36+28=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40241C is #BFDBE3. Grayscale: #2B2B2B. Windows color (decimal): -12573668 or 1844288. OLE color: 1844288.

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

Color convert

RGB643628-
CMYK00.440.560.75
HSL13.33º39.13%18.04%-
HSV(B)13.33º56.25%25.1%-
XYZ2.952.441.41-
YUV43.46119.28142.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=50%
G=28.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64362800.440.560.7513.3339.1318.04
Hex40241C02C384Bd2712
Octal100443405470113154722
Binary10000001001001110001011001110001001011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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