#432A04

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

Shades of Bistre #432A04

Tints of Bistre #432A04

Color information

#432A04 (or 0x432A04) is unknown color: approx Bistre. HEX triplet: 43, 2A and 04. RGB value is (67,42,4). Sum of RGB (Red+Green+Blue) = 67+42+4=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #432A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432A04 is #BCD5FB. Grayscale: #2D2D2D. Windows color (decimal): -12375548 or 272963. OLE color: 272963.

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

Color convert

RGB67424-
CMYK00.370.940.74
HSL36.19º88.73%13.92%-
HSV(B)36.19º94.03%26.27%-
XYZ3.162.860.5-
YUV45.14104.78143.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=59.29%
G=37.17%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742400.370.940.7436.1988.7313.92
Hex432A40255E4A2459e
Octal1035240451361124413116
Binary100001110101010001001011011110100101010010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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