#40261E

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

Shades of Brown Pod #40261E

Tints of Brown Pod #40261E

Color information

#40261E (or 0x40261E) is unknown color: approx Brown Pod. HEX triplet: 40, 26 and 1E. RGB value is (64,38,30). Sum of RGB (Red+Green+Blue) = 64+38+30=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40261E is #BFD9E1. Grayscale: #2C2C2C. Windows color (decimal): -12573154 or 1975872. OLE color: 1975872.

HSL color Cylindrical-coordinate representation of color #40261E: hue angle of 14.12º 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 #40261E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB643830-
CMYK00.410.530.75
HSL14.12º36.17%18.43%-
HSV(B)14.12º53.12%25.1%-
XYZ3.042.571.56-
YUV44.86119.61141.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=48.48%
G=28.79%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64383000.410.530.7514.1236.1718.43
Hex40261E029354Be2412
Octal100463605165113164422
Binary10000001001101111001010011101011001011111010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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