#432D18

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

Shades of Bistre #432D18

Tints of Bistre #432D18

Color information

#432D18 (or 0x432D18) is unknown color: approx Bistre. HEX triplet: 43, 2D and 18. RGB value is (67,45,24). Sum of RGB (Red+Green+Blue) = 67+45+24=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D18 is #BCD2E7. Grayscale: #313131. Windows color (decimal): -12374760 or 1584451. OLE color: 1584451.

HSL color Cylindrical-coordinate representation of color #432D18: hue angle of 29.3º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #432D18 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB674524-
CMYK00.330.640.74
HSL29.3º47.25%17.84%-
HSV(B)29.3º64.18%26.27%-
XYZ3.423.141.29-
YUV49.18113.79140.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 45 (17.97% from 255) = 33.09%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=49.26%
G=33.09%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67452400.330.640.7429.347.2517.84
Hex432D18021404A1d2f12
Octal1035530041100112355722
Binary1000011101101110000100001100000010010101110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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