#432A16

Color #432A16 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #432A16

Tints of Bistre #432A16

Color information

#432A16 (or 0x432A16) is unknown color: approx Bistre. HEX triplet: 43, 2A and 16. RGB value is (67,42,22). Sum of RGB (Red+Green+Blue) = 67+42+22=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A16 is #BCD5E9. Grayscale: #2F2F2F. Windows color (decimal): -12375530 or 1452611. OLE color: 1452611.

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

Color convert

RGB674222-
CMYK00.370.670.74
HSL26.67º50.56%17.45%-
HSV(B)26.67º67.16%26.27%-
XYZ3.292.911.15-
YUV47.2113.78142.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.15%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=51.15%
G=32.06%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67422200.370.670.7426.6750.5617.45
Hex432A16025434A1b3311
Octal1035226045103112336321
Binary1000011101010101100100101100001110010101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432A16; }

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

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

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

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

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

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

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

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