#432D15

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

Shades of Bistre #432D15

Tints of Bistre #432D15

Color information

#432D15 (or 0x432D15) is unknown color: approx Bistre. HEX triplet: 43, 2D and 15. RGB value is (67,45,21). Sum of RGB (Red+Green+Blue) = 67+45+21=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D15 is #BCD2EA. Grayscale: #303030. Windows color (decimal): -12374763 or 1387843. OLE color: 1387843.

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

Color convert

RGB674521-
CMYK00.330.690.74
HSL31.3º52.27%17.25%-
HSV(B)31.3º68.66%26.27%-
XYZ3.393.121.13-
YUV48.84112.29140.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=50.38%
G=33.83%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67452100.330.690.7431.352.2717.25
Hex432D15021454A1f3411
Octal1035525041105112376421
Binary1000011101101101010100001100010110010101111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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