#431E12

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

Shades of Brown Pod #431E12

Tints of Brown Pod #431E12

Color information

#431E12 (or 0x431E12) is unknown color: approx Brown Pod. HEX triplet: 43, 1E and 12. RGB value is (67,30,18). Sum of RGB (Red+Green+Blue) = 67+30+18=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #431E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E12 is #BCE1ED. Grayscale: #272727. Windows color (decimal): -12378606 or 1187395. OLE color: 1187395.

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

Color convert

RGB673018-
CMYK00.550.730.74
HSL14.69º57.65%16.67%-
HSV(B)14.69º73.13%26.27%-
XYZ2.892.170.84-
YUV39.7115.76147.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=58.26%
G=26.09%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67301800.550.730.7414.6957.6516.67
Hex431E12037494Af3a11
Octal1033622067111112177221
Binary10000111111010010011011110010011001010111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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