#432012

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

Shades of Brown Pod #432012

Tints of Brown Pod #432012

Color information

#432012 (or 0x432012) is unknown color: approx Brown Pod. HEX triplet: 43, 20 and 12. RGB value is (67,32,18). Sum of RGB (Red+Green+Blue) = 67+32+18=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #432012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432012 is #BCDFED. Grayscale: #282828. Windows color (decimal): -12378094 or 1187907. OLE color: 1187907.

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

Color convert

RGB673218-
CMYK00.520.730.74
HSL17.14º57.65%16.67%-
HSV(B)17.14º73.13%26.27%-
XYZ2.942.270.86-
YUV40.87115.1146.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.26%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=57.26%
G=27.35%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67321800.520.730.7417.1457.6516.67
Hex432012034494A113a11
Octal1034022064111112217221
Binary1000011100000100100110100100100110010101000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432012; }

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

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

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

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

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

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

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

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