#431D13

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

Shades of Brown Pod #431D13

Tints of Brown Pod #431D13

Color information

#431D13 (or 0x431D13) is unknown color: approx Brown Pod. HEX triplet: 43, 1D and 13. RGB value is (67,29,19). Sum of RGB (Red+Green+Blue) = 67+29+19=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #431D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D13 is #BCE2EC. Grayscale: #272727. Windows color (decimal): -12378861 or 1252675. OLE color: 1252675.

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

Color convert

RGB672919-
CMYK00.570.720.74
HSL12.5º55.81%16.86%-
HSV(B)12.5º71.64%26.27%-
XYZ2.872.120.87-
YUV39.22116.59147.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=58.26%
G=25.22%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67291900.570.720.7412.555.8116.86
Hex431D13039484Ac3811
Octal1033523071110112147021
Binary10000111110110011011100110010001001010110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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