#432216

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

Shades of Brown Pod #432216

Tints of Brown Pod #432216

Color information

#432216 (or 0x432216) is unknown color: approx Brown Pod. HEX triplet: 43, 22 and 16. RGB value is (67,34,22). Sum of RGB (Red+Green+Blue) = 67+34+22=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #432216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432216 is #BCDDE9. Grayscale: #2A2A2A. Windows color (decimal): -12377578 or 1450563. OLE color: 1450563.

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

Color convert

RGB673422-
CMYK00.490.670.74
HSL16º50.56%17.45%-
HSV(B)16º67.16%26.27%-
XYZ3.032.41.06-
YUV42.5116.43145.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=54.47%
G=27.64%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67342200.490.670.741650.5617.45
Hex432216031434A103311
Octal1034226061103112206321
Binary1000011100010101100110001100001110010101000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432216; }

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

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

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

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

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

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

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

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