#40271D

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

Shades of Brown Pod #40271D

Tints of Brown Pod #40271D

Color information

#40271D (or 0x40271D) is unknown color: approx Brown Pod. HEX triplet: 40, 27 and 1D. RGB value is (64,39,29). Sum of RGB (Red+Green+Blue) = 64+39+29=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40271D is #BFD8E2. Grayscale: #2D2D2D. Windows color (decimal): -12572899 or 1910592. OLE color: 1910592.

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

Color convert

RGB643929-
CMYK00.390.550.75
HSL17.14º37.63%18.24%-
HSV(B)17.14º54.69%25.1%-
XYZ3.062.631.51-
YUV45.33118.78141.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=48.48%
G=29.55%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64392900.390.550.7517.1437.6318.24
Hex40271D027374B112612
Octal100473504767113214622
Binary100000010011111101010011111011110010111000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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