#431F10

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

Shades of Brown Pod #431F10

Tints of Brown Pod #431F10

Color information

#431F10 (or 0x431F10) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 10. RGB value is (67,31,16). Sum of RGB (Red+Green+Blue) = 67+31+16=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F10 is #BCE0EF. Grayscale: #282828. Windows color (decimal): -12378352 or 1056579. OLE color: 1056579.

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

Color convert

RGB673116-
CMYK00.540.760.74
HSL17.65º61.45%16.27%-
HSV(B)17.65º76.12%26.27%-
XYZ2.92.210.76-
YUV40.05114.43147.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=58.77%
G=27.19%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67311600.540.760.7417.6561.4516.27
Hex431F100364C4A123d10
Octal1033720066114112227520
Binary100001111111100000110110100110010010101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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