Html Css Color HEX #472610 Bistre

📋 copy color: '#472610'

red 71 ◦ green 38 ◦ blue 16

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

Shades of Bistre #472610

Tints of Bistre #472610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

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

R = 56.8%
G = 30.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472610 (or 0x472610) is known color: Bistre. HEX triplet: 47, 26 and 10. RGB value is (71,38,16). Sum of RGB (Red+Green+Blue) = 71+38+16=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472610 is #B8D9EF. Grayscale: #2D2D2D. Windows color (decimal): -12114416 or 1058375. OLE color: 1058375.

HSL color Cylindrical-coordinate representation of color #472610: hue angle of 24º 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 #472610 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 16 -
CMYK 0 0.46 0.77 0.72
HSL 24º 0.63% 0.17% -
HSV(B) 24º 0.77% 0.28% -
XYZ 3.39 2.76 0.85 -
YUV 45.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 71 38 16 0 0.46 0.77 0.72 24 0.63 0.17
Hex 47 26 10 0 2E 4D 48 18 3F 11
Octal 107 46 20 0 56 115 110 30 77 21
Binary 1000111 100110 10000 0 101110 1001101 1001000 11000 111111 10001

Color Harmonies of #472610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472610

Black with #472610

Text Example


Text Example

White with #472610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472610; }

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

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

background-color css

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

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

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

border-color css

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

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

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