#40261A

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

Shades of Brown Pod #40261A

Tints of Brown Pod #40261A

Color information

#40261A (or 0x40261A) is unknown color: approx Brown Pod. HEX triplet: 40, 26 and 1A. RGB value is (64,38,26). Sum of RGB (Red+Green+Blue) = 64+38+26=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40261A is #BFD9E5. Grayscale: #2C2C2C. Windows color (decimal): -12573158 or 1713728. OLE color: 1713728.

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

Color convert

RGB643826-
CMYK00.410.590.75
HSL18.95º42.22%17.65%-
HSV(B)18.95º59.38%25.1%-
XYZ2.992.551.31-
YUV44.41117.61141.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=50%
G=29.69%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64382600.410.590.7518.9542.2217.65
Hex40261A0293B4B132a12
Octal100463205173113235222
Binary100000010011011010010100111101110010111001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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