#431F14

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

Shades of Brown Pod #431F14

Tints of Brown Pod #431F14

Color information

#431F14 (or 0x431F14) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 14. RGB value is (67,31,20). Sum of RGB (Red+Green+Blue) = 67+31+20=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #431F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F14 is #BCE0EB. Grayscale: #282828. Windows color (decimal): -12378348 or 1318723. OLE color: 1318723.

HSL color Cylindrical-coordinate representation of color #431F14: hue angle of 14.04º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431F14 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB673120-
CMYK00.540.700.74
HSL14.04º54.02%17.06%-
HSV(B)14.04º70.15%26.27%-
XYZ2.932.220.94-
YUV40.51116.43146.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=56.78%
G=26.27%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67312000.540.700.7414.0454.0217.06
Hex431F14036464Ae3611
Octal1033724066106112166621
Binary10000111111110100011011010001101001010111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431F14; }

 p { color: rgb(67,31,20); }

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

<style>
 a { background-color: #431F14; }

 a { background-color: rgb(67,31,20); }

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

<style>
 span { border-color: #431F14; }

 span { border-color: rgb(67,31,20); }

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