#432916

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

Shades of Bistre #432916

Tints of Bistre #432916

Color information

#432916 (or 0x432916) is unknown color: approx Bistre. HEX triplet: 43, 29 and 16. RGB value is (67,41,22). Sum of RGB (Red+Green+Blue) = 67+41+22=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #432916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432916 is #BCD6E9. Grayscale: #2E2E2E. Windows color (decimal): -12375786 or 1452355. OLE color: 1452355.

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

Color convert

RGB674122-
CMYK00.390.670.74
HSL25.33º50.56%17.45%-
HSV(B)25.33º67.16%26.27%-
XYZ3.252.841.14-
YUV46.61114.11142.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=51.54%
G=31.54%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67412200.390.670.7425.3350.5617.45
Hex432916027434A193311
Octal1035126047103112316321
Binary1000011101001101100100111100001110010101100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432916; }

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

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

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

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

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

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

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

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