#40271F

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

Shades of Brown Pod #40271F

Tints of Brown Pod #40271F

Color information

#40271F (or 0x40271F) is unknown color: approx Brown Pod. HEX triplet: 40, 27 and 1F. RGB value is (64,39,31). Sum of RGB (Red+Green+Blue) = 64+39+31=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40271F is #BFD8E0. Grayscale: #2D2D2D. Windows color (decimal): -12572897 or 2041664. OLE color: 2041664.

HSL color Cylindrical-coordinate representation of color #40271F: hue angle of 14.55º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40271F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB643931-
CMYK00.390.520.75
HSL14.55º34.74%18.63%-
HSV(B)14.55º51.56%25.1%-
XYZ3.092.641.64-
YUV45.56119.78141.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 39 (15.62% from 255) = 29.10%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=47.76%
G=29.10%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64393100.390.520.7514.5534.7418.63
Hex40271F027344Bf2313
Octal100473704764113174323
Binary10000001001111111101001111101001001011111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40271F; }

 p { color: rgb(64,39,31); }

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

<style>
 a { background-color: #40271F; }

 a { background-color: rgb(64,39,31); }

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

<style>
 span { border-color: #40271F; }

 span { border-color: rgb(64,39,31); }

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