#432304

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

Shades of Bistre #432304

Tints of Bistre #432304

Color information

#432304 (or 0x432304) is unknown color: approx Bistre. HEX triplet: 43, 23 and 04. RGB value is (67,35,4). Sum of RGB (Red+Green+Blue) = 67+35+4=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #432304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432304 is #BCDCFB. Grayscale: #292929. Windows color (decimal): -12377340 or 271171. OLE color: 271171.

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

Color convert

RGB67354-
CMYK00.480.940.74
HSL29.52º88.73%13.92%-
HSV(B)29.52º94.03%26.27%-
XYZ2.942.40.42-
YUV41.03107.1146.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=63.21%
G=33.02%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735400.480.940.7429.5288.7313.92
Hex432340305E4A1e59e
Octal1034340601361123613116
Binary10000111000111000110000101111010010101111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432304; }

 p { color: rgb(67,35,4); }

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

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

 a { background-color: rgb(67,35,4); }

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

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

 span { border-color: rgb(67,35,4); }

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