#432308

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

Shades of Bistre #432308

Tints of Bistre #432308

Color information

#432308 (or 0x432308) is unknown color: approx Bistre. HEX triplet: 43, 23 and 08. RGB value is (67,35,8). Sum of RGB (Red+Green+Blue) = 67+35+8=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #432308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432308 is #BCDCF7. Grayscale: #292929. Windows color (decimal): -12377336 or 533315. OLE color: 533315.

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

Color convert

RGB67358-
CMYK00.480.880.74
HSL27.46º78.67%14.71%-
HSV(B)27.46º88.06%26.27%-
XYZ2.962.410.54-
YUV41.49109.1146.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=60.91%
G=31.82%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6735800.480.880.7427.4678.6714.71
Hex43238030584A1b4ff
Octal10343100601301123311717
Binary100001110001110000110000101100010010101101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432308; }

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

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

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

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

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

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

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

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