#431F1D

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

Shades of Brown Pod #431F1D

Tints of Brown Pod #431F1D

Color information

#431F1D (or 0x431F1D) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 1D. RGB value is (67,31,29). Sum of RGB (Red+Green+Blue) = 67+31+29=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F1D is #BCE0E2. Grayscale: #292929. Windows color (decimal): -12378339 or 1908547. OLE color: 1908547.

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

Color convert

RGB673129-
CMYK00.540.570.74
HSL3.16º39.58%18.82%-
HSV(B)3.16º56.72%26.27%-
XYZ3.032.261.44-
YUV41.54120.93146.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=52.76%
G=24.41%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67312900.540.570.743.1639.5818.82
Hex431F1D036394A32813
Octal10337350667111235023
Binary10000111111111101011011011100110010101110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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