Html Css Color HEX #472810 Bistre

📋 copy color: '#472810'

red 71 ◦ green 40 ◦ blue 16

#472810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bistre #472810

Tints of Bistre #472810

RGB

 RED value IS 71 (28.13% from 255) = 55.91%

 GREEN value IS 40 (16.02% from 255) = 31.5%

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 55.91%
G = 31.5%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472810 (or 0x472810) is known color: Bistre. HEX triplet: 47, 28 and 10. RGB value is (71,40,16). Sum of RGB (Red+Green+Blue) = 71+40+16=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472810 is #B8D7EF. Grayscale: #2E2E2E. Windows color (decimal): -12113904 or 1058887. OLE color: 1058887.

HSL color Cylindrical-coordinate representation of color #472810: hue angle of 26.18º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472810 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 40 16 -
CMYK 0 0.44 0.77 0.72
HSL 26.18º 0.63% 0.17% -
HSV(B) 26.18º 0.77% 0.28% -
XYZ 3.45 2.89 0.87 -
YUV 46.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 71 40 16 0 0.44 0.77 0.72 26.18 0.63 0.17
Hex 47 28 10 0 2C 4D 48 1A 3F 11
Octal 107 50 20 0 54 115 110 32 77 21
Binary 1000111 101000 10000 0 101100 1001101 1001000 11010 111111 10001

Color Harmonies of #472810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472810

Black with #472810

Text Example


Text Example

White with #472810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472810; }

 p { color: rgb(71,40,16); }

 H1.HeaderClassName
 {
   color: #472810;
 }
 .AnyTagClassName
 {
   color: #472810;
 }
</style>

background-color css

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

 a { background-color: rgb(71,40,16); }

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

border-color css

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

 span { border-color: rgb(71,40,16); }

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