#432814

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

Shades of Bistre #432814

Tints of Bistre #432814

Color information

#432814 (or 0x432814) is unknown color: approx Bistre. HEX triplet: 43, 28 and 14. RGB value is (67,40,20). Sum of RGB (Red+Green+Blue) = 67+40+20=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #432814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432814 is #BCD7EB. Grayscale: #2D2D2D. Windows color (decimal): -12376044 or 1321027. OLE color: 1321027.

HSL color Cylindrical-coordinate representation of color #432814: hue angle of 25.53º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #432814 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB674020-
CMYK00.400.700.74
HSL25.53º54.02%17.06%-
HSV(B)25.53º70.15%26.27%-
XYZ3.22.761.03-
YUV45.79113.45143.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=52.76%
G=31.50%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67402000.400.700.7425.5354.0217.06
Hex432814028464A1a3611
Octal1035024050106112326621
Binary1000011101000101000101000100011010010101101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432814; }

 p { color: rgb(67,40,20); }

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

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

 a { background-color: rgb(67,40,20); }

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

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

 span { border-color: rgb(67,40,20); }

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