Html Css Color HEX #472508 Bistre

📋 copy color: '#472508'

red 71 ◦ green 37 ◦ blue 8

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

Shades of Bistre #472508

Tints of Bistre #472508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.9%

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 61.21%
G = 31.9%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#472508 (or 0x472508) is known color: Bistre. HEX triplet: 47, 25 and 08. RGB value is (71,37,8). Sum of RGB (Red+Green+Blue) = 71+37+8=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472508 is #B8DAF7. Grayscale: #2C2C2C. Windows color (decimal): -12114680 or 533831. OLE color: 533831.

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

Color convert

RGB 71 37 8 -
CMYK 0 0.48 0.89 0.72
HSL 27.62º 0.8% 0.15% -
HSV(B) 27.62º 0.89% 0.28% -
XYZ 3.3 2.68 0.57 -
YUV 43.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 71 37 8 0 0.48 0.89 0.72 27.62 0.8 0.15
Hex 47 25 8 0 30 59 48 1C 50 F
Octal 107 45 10 0 60 131 110 34 120 17
Binary 1000111 100101 1000 0 110000 1011001 1001000 11100 1010000 1111

Color Harmonies of #472508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472508

Black with #472508

Text Example


Text Example

White with #472508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472508; }

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

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

background-color css

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

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

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

border-color css

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

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

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