#40261c

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

Shades of Brown Pod #40261C

Tints of Brown Pod #40261C

Color information

#40261C (or 0x40261C) is unknown color: approx Brown Pod. HEX triplet: 40, 26 and 1C. RGB value is (64,38,28). Sum of RGB (Red+Green+Blue) = 64+38+28=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40261C is #BFD9E3. Grayscale: #2C2C2C. Windows color (decimal): -12573156 or 1844800. OLE color: 1844800.

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

Color convert

RGB643828-
CMYK00.410.560.75
HSL16.67º39.13%18.04%-
HSV(B)16.67º56.25%25.1%-
XYZ3.022.561.43-
YUV44.63118.61141.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=49.23%
G=29.23%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64382800.410.560.7516.6739.1318.04
Hex40261C029384B112712
Octal100463405170113214722
Binary100000010011011100010100111100010010111000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40261c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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