#432A15

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

Shades of Bistre #432A15

Tints of Bistre #432A15

Color information

#432A15 (or 0x432A15) is unknown color: approx Bistre. HEX triplet: 43, 2A and 15. RGB value is (67,42,21). Sum of RGB (Red+Green+Blue) = 67+42+21=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #432A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A15 is #BCD5EA. Grayscale: #2F2F2F. Windows color (decimal): -12375531 or 1387075. OLE color: 1387075.

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

Color convert

RGB674221-
CMYK00.370.690.74
HSL27.39º52.27%17.25%-
HSV(B)27.39º68.66%26.27%-
XYZ3.282.91.1-
YUV47.08113.28142.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=51.54%
G=32.31%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67422100.370.690.7427.3952.2717.25
Hex432A15025454A1b3411
Octal1035225045105112336421
Binary1000011101010101010100101100010110010101101111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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