#40261B

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

Shades of Brown Pod #40261B

Tints of Brown Pod #40261B

Color information

#40261B (or 0x40261B) is unknown color: approx Brown Pod. HEX triplet: 40, 26 and 1B. RGB value is (64,38,27). Sum of RGB (Red+Green+Blue) = 64+38+27=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40261B is #BFD9E4. Grayscale: #2C2C2C. Windows color (decimal): -12573157 or 1779264. OLE color: 1779264.

HSL color Cylindrical-coordinate representation of color #40261B: hue angle of 17.84º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40261B is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB643827-
CMYK00.410.580.75
HSL17.84º40.66%17.84%-
HSV(B)17.84º57.81%25.1%-
XYZ3.012.561.37-
YUV44.52118.11141.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=49.61%
G=29.46%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64382700.410.580.7517.8440.6617.84
Hex40261B0293A4B122912
Octal100463305172113225122
Binary100000010011011011010100111101010010111001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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