#432808

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

Shades of Bistre #432808

Tints of Bistre #432808

Color information

#432808 (or 0x432808) is unknown color: approx Bistre. HEX triplet: 43, 28 and 08. RGB value is (67,40,8). Sum of RGB (Red+Green+Blue) = 67+40+8=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #432808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432808 is #BCD7F7. Grayscale: #2C2C2C. Windows color (decimal): -12376056 or 534595. OLE color: 534595.

HSL color Cylindrical-coordinate representation of color #432808: hue angle of 32.54º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #432808 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB67408-
CMYK00.400.880.74
HSL32.54º78.67%14.71%-
HSV(B)32.54º88.06%26.27%-
XYZ3.122.730.59-
YUV44.42107.45144.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=58.26%
G=34.78%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6740800.400.880.7432.5478.6714.71
Hex43288028584A214ff
Octal10350100501301124111717
Binary1000011101000100001010001011000100101010000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432808; }

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

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

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

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

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

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

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

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