#432112

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

Shades of Brown Pod #432112

Tints of Brown Pod #432112

Color information

#432112 (or 0x432112) is unknown color: approx Brown Pod. HEX triplet: 43, 21 and 12. RGB value is (67,33,18). Sum of RGB (Red+Green+Blue) = 67+33+18=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #432112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432112 is #BCDEED. Grayscale: #292929. Windows color (decimal): -12377838 or 1188163. OLE color: 1188163.

HSL color Cylindrical-coordinate representation of color #432112: hue angle of 18.37º 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 #432112 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB673318-
CMYK00.510.730.74
HSL18.37º57.65%16.67%-
HSV(B)18.37º73.13%26.27%-
XYZ2.972.320.86-
YUV41.46114.76146.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=56.78%
G=27.97%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67331800.510.730.7418.3757.6516.67
Hex432112033494A123a11
Octal1034122063111112227221
Binary1000011100001100100110011100100110010101001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432112; }

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

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

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

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

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

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

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

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