#432316

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

Shades of Brown Pod #432316

Tints of Brown Pod #432316

Color information

#432316 (or 0x432316) is unknown color: approx Brown Pod. HEX triplet: 43, 23 and 16. RGB value is (67,35,22). Sum of RGB (Red+Green+Blue) = 67+35+22=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #432316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432316 is #BCDCE9. Grayscale: #2B2B2B. Windows color (decimal): -12377322 or 1450819. OLE color: 1450819.

HSL color Cylindrical-coordinate representation of color #432316: hue angle of 17.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432316 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB673522-
CMYK00.480.670.74
HSL17.33º50.56%17.45%-
HSV(B)17.33º67.16%26.27%-
XYZ3.062.451.07-
YUV43.09116.1145.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=54.03%
G=28.23%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67352200.480.670.7417.3350.5617.45
Hex432316030434A113311
Octal1034326060103112216321
Binary1000011100011101100110000100001110010101000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432316; }

 p { color: rgb(67,35,22); }

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

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

 a { background-color: rgb(67,35,22); }

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

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

 span { border-color: rgb(67,35,22); }

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