#432D16

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

Shades of Bistre #432D16

Tints of Bistre #432D16

Color information

#432D16 (or 0x432D16) is unknown color: approx Bistre. HEX triplet: 43, 2D and 16. RGB value is (67,45,22). Sum of RGB (Red+Green+Blue) = 67+45+22=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #432D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D16 is #BCD2E9. Grayscale: #313131. Windows color (decimal): -12374762 or 1453379. OLE color: 1453379.

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

Color convert

RGB674522-
CMYK00.330.670.74
HSL30.67º50.56%17.45%-
HSV(B)30.67º67.16%26.27%-
XYZ3.43.131.18-
YUV48.96112.79140.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=50%
G=33.58%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67452200.330.670.7430.6750.5617.45
Hex432D16021434A1f3311
Octal1035526041103112376321
Binary1000011101101101100100001100001110010101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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