#432716

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

Shades of Bistre #432716

Tints of Bistre #432716

Color information

#432716 (or 0x432716) is unknown color: approx Bistre. HEX triplet: 43, 27 and 16. RGB value is (67,39,22). Sum of RGB (Red+Green+Blue) = 67+39+22=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #432716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432716 is #BCD8E9. Grayscale: #2D2D2D. Windows color (decimal): -12376298 or 1451843. OLE color: 1451843.

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

Color convert

RGB673922-
CMYK00.420.670.74
HSL22.67º50.56%17.45%-
HSV(B)22.67º67.16%26.27%-
XYZ3.192.71.11-
YUV45.43114.78143.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=52.34%
G=30.47%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67392200.420.670.7422.6750.5617.45
Hex43271602A434A173311
Octal1034726052103112276321
Binary1000011100111101100101010100001110010101011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432716; }

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

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

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

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

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

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

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

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