#432520

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

Shades of Brown Pod #432520

Tints of Brown Pod #432520

Color information

#432520 (or 0x432520) is unknown color: approx Brown Pod. HEX triplet: 43, 25 and 20. RGB value is (67,37,32). Sum of RGB (Red+Green+Blue) = 67+37+32=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432520 is #BCDADF. Grayscale: #2D2D2D. Windows color (decimal): -12376800 or 2106691. OLE color: 2106691.

HSL color Cylindrical-coordinate representation of color #432520: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432520 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB673732-
CMYK00.450.520.74
HSL8.57º35.35%19.41%-
HSV(B)8.57º52.24%26.27%-
XYZ3.242.621.7-
YUV45.4120.44143.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=49.26%
G=27.21%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67373200.450.520.748.5735.3519.41
Hex43252002D344A92313
Octal103454005564112114323
Binary100001110010110000001011011101001001010100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432520; }

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

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

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

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

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

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

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

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