#432503

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

Shades of Bistre #432503

Tints of Bistre #432503

Color information

#432503 (or 0x432503) is unknown color: approx Bistre. HEX triplet: 43, 25 and 03. RGB value is (67,37,3). Sum of RGB (Red+Green+Blue) = 67+37+3=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #432503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432503 is #BCDAFC. Grayscale: #2A2A2A. Windows color (decimal): -12376829 or 206147. OLE color: 206147.

HSL color Cylindrical-coordinate representation of color #432503: hue angle of 31.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #432503 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB67373-
CMYK00.450.960.74
HSL31.88º91.43%13.73%-
HSV(B)31.88º95.52%26.27%-
XYZ2.992.520.42-
YUV42.09105.94145.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.62%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=62.62%
G=34.58%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6737300.450.960.7431.8891.4313.73
Hex4325302D604A205be
Octal1034530551401124013316
Binary10000111001011101011011100000100101010000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432503; }

 p { color: rgb(67,37,3); }

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

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

 a { background-color: rgb(67,37,3); }

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

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

 span { border-color: rgb(67,37,3); }

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