Html Css Color HEX #472507 Bistre

📋 copy color: '#472507'

red 71 ◦ green 37 ◦ blue 7

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

Shades of Bistre #472507

Tints of Bistre #472507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.09%

R = 61.74%
G = 32.17%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#472507 (or 0x472507) is known color: Bistre. HEX triplet: 47, 25 and 07. RGB value is (71,37,7). Sum of RGB (Red+Green+Blue) = 71+37+7=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472507 is #B8DAF8. Grayscale: #2B2B2B. Windows color (decimal): -12114681 or 468295. OLE color: 468295.

HSL color Cylindrical-coordinate representation of color #472507: hue angle of 28.12º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #472507 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 7 -
CMYK 0 0.48 0.90 0.72
HSL 28.13º 0.82% 0.15% -
HSV(B) 28.13º 0.9% 0.28% -
XYZ 3.3 2.68 0.54 -
YUV 43.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 71 37 7 0 0.48 0.90 0.72 28.13 0.82 0.15
Hex 47 25 7 0 30 5A 48 1C 52 F
Octal 107 45 7 0 60 132 110 34 122 17
Binary 1000111 100101 111 0 110000 1011010 1001000 11100 1010010 1111

Color Harmonies of #472507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472507

Black with #472507

Text Example


Text Example

White with #472507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472507; }

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

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

background-color css

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

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

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

border-color css

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

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

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