#472608

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

Shades of Bistre #472608

Tints of Bistre #472608

Color information

#472608 (or 0x472608) is unknown color: approx Bistre. HEX triplet: 47, 26 and 08. RGB value is (71,38,8). Sum of RGB (Red+Green+Blue) = 71+38+8=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #472608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472608 is #B8D9F7. Grayscale: #2C2C2C. Windows color (decimal): -12114424 or 534087. OLE color: 534087.

HSL color Cylindrical-coordinate representation of color #472608: hue angle of 28.57º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #472608 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB71388-
CMYK00.460.890.72
HSL28.57º79.75%15.49%-
HSV(B)28.57º88.73%27.84%-
XYZ3.342.740.58-
YUV44.45107.43146.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 38 (15.23% from 255) = 32.48%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=60.68%
G=32.48%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7138800.460.890.7228.5779.7515.49
Hex4726802E59481d50f
Octal10746100561311103512017
Binary100011110011010000101110101100110010001110110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472608; }

 p { color: rgb(71,38,8); }

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

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

 a { background-color: rgb(71,38,8); }

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

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

 span { border-color: rgb(71,38,8); }

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