#431F1B

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

Shades of Brown Pod #431F1B

Tints of Brown Pod #431F1B

Color information

#431F1B (or 0x431F1B) is unknown color: approx Brown Pod. HEX triplet: 43, 1F and 1B. RGB value is (67,31,27). Sum of RGB (Red+Green+Blue) = 67+31+27=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F1B is #BCE0E4. Grayscale: #292929. Windows color (decimal): -12378341 or 1777475. OLE color: 1777475.

HSL color Cylindrical-coordinate representation of color #431F1B: hue angle of 6º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431F1B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB673127-
CMYK00.540.600.74
HSL42.55%18.43%-
HSV(B)59.7%26.27%-
XYZ32.251.31-
YUV41.31119.93146.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 27 (10.94% from 255) = 21.6%
R=53.6%
G=24.8%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67312700.540.600.74642.5518.43
Hex431F1B0363C4A62b12
Octal10337330667411265322
Binary100001111111110110110110111100100101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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