#431D18

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

Shades of Brown Pod #431D18

Tints of Brown Pod #431D18

Color information

#431D18 (or 0x431D18) is unknown color: approx Brown Pod. HEX triplet: 43, 1D and 18. RGB value is (67,29,24). Sum of RGB (Red+Green+Blue) = 67+29+24=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D18 is #BCE2E7. Grayscale: #272727. Windows color (decimal): -12378856 or 1580355. OLE color: 1580355.

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

Color convert

RGB672924-
CMYK00.570.640.74
HSL6.98º47.25%17.84%-
HSV(B)6.98º64.18%26.27%-
XYZ2.922.141.12-
YUV39.79119.09147.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 24 (9.77% from 255) = 20%
R=55.83%
G=24.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67292400.570.640.746.9847.2517.84
Hex431D18039404A72f12
Octal103353007110011275722
Binary1000011111011100001110011000000100101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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