#40251D

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

Shades of Brown Pod #40251D

Tints of Brown Pod #40251D

Color information

#40251D (or 0x40251D) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 1D. RGB value is (64,37,29). Sum of RGB (Red+Green+Blue) = 64+37+29=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251D is #BFDAE2. Grayscale: #2C2C2C. Windows color (decimal): -12573411 or 1910080. OLE color: 1910080.

HSL color Cylindrical-coordinate representation of color #40251D: hue angle of 13.71º 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 #40251D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB643729-
CMYK00.420.550.75
HSL13.71º37.63%18.24%-
HSV(B)13.71º54.69%25.1%-
XYZ32.51.49-
YUV44.16119.45142.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=49.23%
G=28.46%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64372900.420.550.7513.7137.6318.24
Hex40251D02A374Be2612
Octal100453505267113164622
Binary10000001001011110101010101101111001011111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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