#431E18

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

Shades of Brown Pod #431E18

Tints of Brown Pod #431E18

Color information

#431E18 (or 0x431E18) is unknown color: approx Brown Pod. HEX triplet: 43, 1E and 18. RGB value is (67,30,24). Sum of RGB (Red+Green+Blue) = 67+30+24=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E18 is #BCE1E7. Grayscale: #282828. Windows color (decimal): -12378600 or 1580611. OLE color: 1580611.

HSL color Cylindrical-coordinate representation of color #431E18: hue angle of 8.37º 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 #431E18 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB673024-
CMYK00.550.640.74
HSL8.37º47.25%17.84%-
HSV(B)8.37º64.18%26.27%-
XYZ2.942.191.13-
YUV40.38118.76146.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=55.37%
G=24.79%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67302400.550.640.748.3747.2517.84
Hex431E18037404A82f12
Octal1033630067100112105722
Binary10000111111011000011011110000001001010100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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