#432F20

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

Shades of Bistre #432F20

Tints of Bistre #432F20

Color information

#432F20 (or 0x432F20) is unknown color: approx Bistre. HEX triplet: 43, 2F and 20. RGB value is (67,47,32). Sum of RGB (Red+Green+Blue) = 67+47+32=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #432F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F20 is #BCD0DF. Grayscale: #333333. Windows color (decimal): -12374240 or 2109251. OLE color: 2109251.

HSL color Cylindrical-coordinate representation of color #432F20: hue angle of 25.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #432F20 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB674732-
CMYK00.300.520.74
HSL25.71º35.35%19.41%-
HSV(B)25.71º52.24%26.27%-
XYZ3.593.331.82-
YUV51.27117.13139.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=45.89%
G=32.19%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67473200.300.520.7425.7135.3519.41
Hex432F2001E344A1a2313
Octal103574003664112324323
Binary100001110111110000001111011010010010101101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,32); }

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

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

 a { background-color: rgb(67,47,32); }

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

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

 span { border-color: rgb(67,47,32); }

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