#431D14

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

Shades of Brown Pod #431D14

Tints of Brown Pod #431D14

Color information

#431D14 (or 0x431D14) is unknown color: approx Brown Pod. HEX triplet: 43, 1D and 14. RGB value is (67,29,20). Sum of RGB (Red+Green+Blue) = 67+29+20=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #431D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D14 is #BCE2EB. Grayscale: #272727. Windows color (decimal): -12378860 or 1318211. OLE color: 1318211.

HSL color Cylindrical-coordinate representation of color #431D14: hue angle of 11.49º 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 #431D14 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB672920-
CMYK00.570.700.74
HSL11.49º54.02%17.06%-
HSV(B)11.49º70.15%26.27%-
XYZ2.882.120.92-
YUV39.34117.09147.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.76%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=57.76%
G=25%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67292000.570.700.7411.4954.0217.06
Hex431D14039464Ab3611
Octal1033524071106112136621
Binary10000111110110100011100110001101001010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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