#432116

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

Shades of Brown Pod #432116

Tints of Brown Pod #432116

Color information

#432116 (or 0x432116) is unknown color: approx Brown Pod. HEX triplet: 43, 21 and 16. RGB value is (67,33,22). Sum of RGB (Red+Green+Blue) = 67+33+22=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432116 is #BCDEE9. Grayscale: #292929. Windows color (decimal): -12377834 or 1450307. OLE color: 1450307.

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

Color convert

RGB673322-
CMYK00.510.670.74
HSL14.67º50.56%17.45%-
HSV(B)14.67º67.16%26.27%-
XYZ32.341.05-
YUV41.91116.76145.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=54.92%
G=27.05%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67332200.510.670.7414.6750.5617.45
Hex432116033434Af3311
Octal1034126063103112176321
Binary100001110000110110011001110000111001010111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432116; }

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

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

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

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

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

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

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

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