#40251B

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

Shades of Brown Pod #40251B

Tints of Brown Pod #40251B

Color information

#40251B (or 0x40251B) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 1B. RGB value is (64,37,27). Sum of RGB (Red+Green+Blue) = 64+37+27=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #40251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40251B is #BFDAE4. Grayscale: #2C2C2C. Windows color (decimal): -12573413 or 1779008. OLE color: 1779008.

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

Color convert

RGB643727-
CMYK00.420.580.75
HSL16.22º40.66%17.84%-
HSV(B)16.22º57.81%25.1%-
XYZ2.972.491.36-
YUV43.93118.45142.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=50%
G=28.91%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64372700.420.580.7516.2240.6617.84
Hex40251B02A3A4B102912
Octal100453305272113205122
Binary100000010010111011010101011101010010111000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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