#431F15

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

Shades of Brown Pod #431F15

Tints of Brown Pod #431F15

Color information

#431F15 (or 0x431F15) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 15. RGB value is (67,31,21). Sum of RGB (Red+Green+Blue) = 67+31+21=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F15 is #BCE0EA. Grayscale: #282828. Windows color (decimal): -12378347 or 1384259. OLE color: 1384259.

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

Color convert

RGB673121-
CMYK00.540.690.74
HSL13.04º52.27%17.25%-
HSV(B)13.04º68.66%26.27%-
XYZ2.942.230.98-
YUV40.62116.93146.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.30%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=56.30%
G=26.05%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67312100.540.690.7413.0452.2717.25
Hex431F15036454Ad3411
Octal1033725066105112156421
Binary10000111111110101011011010001011001010110111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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