#431E14

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

Shades of Brown Pod #431E14

Tints of Brown Pod #431E14

Color information

#431E14 (or 0x431E14) is unknown color: approx Brown Pod. HEX triplet: 43, 1E and 14. RGB value is (67,30,20). Sum of RGB (Red+Green+Blue) = 67+30+20=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #431E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E14 is #BCE1EB. Grayscale: #282828. Windows color (decimal): -12378604 or 1318467. OLE color: 1318467.

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

Color convert

RGB673020-
CMYK00.550.700.74
HSL12.77º54.02%17.06%-
HSV(B)12.77º70.15%26.27%-
XYZ2.912.170.93-
YUV39.92116.76147.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.26%
GREEN value IS 30 (12.11% from 255) = 25.64%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=57.26%
G=25.64%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67302000.550.700.7412.7754.0217.06
Hex431E14037464Ad3611
Octal1033624067106112156621
Binary10000111111010100011011110001101001010110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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