#472300

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

Shades of Bistre #472300

Tints of Bistre #472300

Color information

#472300 (or 0x472300) is unknown color: approx Bistre. HEX triplet: 47, 23 and 00. RGB value is (71,35,0). Sum of RGB (Red+Green+Blue) = 71+35+0=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #472300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472300 is #B8DCFF. Grayscale: #292929. Windows color (decimal): -12115200 or 9031. OLE color: 9031.

HSL color Cylindrical-coordinate representation of color #472300: hue angle of 29.58º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #472300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB71350-
CMYK00.5110.72
HSL29.58º100%13.92%-
HSV(B)29.58º100%27.84%-
XYZ3.22.540.32-
YUV41.77104.43148.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.98%
G=33.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135000.5110.7229.5810013.92
Hex4723003364481e64e
Octal1074300631441103614416
Binary100011110001100110011110010010010001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472300; }

 p { color: rgb(71,35,0); }

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

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

 a { background-color: rgb(71,35,0); }

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

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

 span { border-color: rgb(71,35,0); }

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