#401F1B

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

Shades of Brown Pod #401F1B

Tints of Brown Pod #401F1B

Color information

#401F1B (or 0x401F1B) is unknown color: approx Brown Pod. HEX triplet: 40, 1F and 1B. RGB value is (64,31,27). Sum of RGB (Red+Green+Blue) = 64+31+27=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F1B is #BFE0E4. Grayscale: #282828. Windows color (decimal): -12574949 or 1777472. OLE color: 1777472.

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

Color convert

RGB643127-
CMYK00.520.580.75
HSL6.49º40.66%17.84%-
HSV(B)6.49º57.81%25.1%-
XYZ2.82.151.3-
YUV40.41120.43144.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 31 (12.5% from 255) = 25.41%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=52.46%
G=25.41%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64312700.520.580.756.4940.6617.84
Hex401F1B0343A4B62912
Octal10037330647211365122
Binary100000011111110110110100111010100101111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401F1B; }

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

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

<style>
 a { background-color: #401F1B; }

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

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

<style>
 span { border-color: #401F1B; }

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

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