#432B16

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

Shades of Bistre #432B16

Tints of Bistre #432B16

Color information

#432B16 (or 0x432B16) is unknown color: approx Bistre. HEX triplet: 43, 2B and 16. RGB value is (67,43,22). Sum of RGB (Red+Green+Blue) = 67+43+22=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432B16 is #BCD4E9. Grayscale: #2F2F2F. Windows color (decimal): -12375274 or 1452867. OLE color: 1452867.

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

Color convert

RGB674322-
CMYK00.360.670.74
HSL28º50.56%17.45%-
HSV(B)28º67.16%26.27%-
XYZ3.322.981.16-
YUV47.78113.45141.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=50.76%
G=32.58%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67432200.360.670.742850.5617.45
Hex432B16024434A1c3311
Octal1035326044103112346321
Binary1000011101011101100100100100001110010101110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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