#40281F

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

Shades of Brown Pod #40281F

Tints of Brown Pod #40281F

Color information

#40281F (or 0x40281F) is unknown color: approx Brown Pod. HEX triplet: 40, 28 and 1F. RGB value is (64,40,31). Sum of RGB (Red+Green+Blue) = 64+40+31=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40281F is #BFD7E0. Grayscale: #2E2E2E. Windows color (decimal): -12572641 or 2041920. OLE color: 2041920.

HSL color Cylindrical-coordinate representation of color #40281F: hue angle of 16.36º 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 #40281F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB644031-
CMYK00.380.520.75
HSL16.36º34.74%18.63%-
HSV(B)16.36º51.56%25.1%-
XYZ3.122.711.65-
YUV46.15119.45140.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=47.41%
G=29.63%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64403100.380.520.7516.3634.7418.63
Hex40281F026344B102313
Octal100503704664113204323
Binary100000010100011111010011011010010010111000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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