#432708

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

Shades of Bistre #432708

Tints of Bistre #432708

Color information

#432708 (or 0x432708) is unknown color: approx Bistre. HEX triplet: 43, 27 and 08. RGB value is (67,39,8). Sum of RGB (Red+Green+Blue) = 67+39+8=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #432708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432708 is #BCD8F7. Grayscale: #2B2B2B. Windows color (decimal): -12376312 or 534339. OLE color: 534339.

HSL color Cylindrical-coordinate representation of color #432708: hue angle of 31.53º 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 #432708 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB67398-
CMYK00.420.880.74
HSL31.53º78.67%14.71%-
HSV(B)31.53º88.06%26.27%-
XYZ3.082.660.58-
YUV43.84107.78144.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=58.77%
G=34.21%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6739800.420.880.7431.5378.6714.71
Hex4327802A584A204ff
Octal10347100521301124011717
Binary1000011100111100001010101011000100101010000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432708; }

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

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

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

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

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

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

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

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