#432C15

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

Shades of Bistre #432C15

Tints of Bistre #432C15

Color information

#432C15 (or 0x432C15) is unknown color: approx Bistre. HEX triplet: 43, 2C and 15. RGB value is (67,44,21). Sum of RGB (Red+Green+Blue) = 67+44+21=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432C15 is #BCD3EA. Grayscale: #303030. Windows color (decimal): -12375019 or 1387587. OLE color: 1387587.

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

Color convert

RGB674421-
CMYK00.340.690.74
HSL30º52.27%17.25%-
HSV(B)30º68.66%26.27%-
XYZ3.353.051.12-
YUV48.26112.62141.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=50.76%
G=33.33%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67442100.340.690.743052.2717.25
Hex432C15022454A1e3411
Octal1035425042105112366421
Binary1000011101100101010100010100010110010101111011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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