Html Css Color HEX #472607 Bistre

📋 copy color: '#472607'

red 71 ◦ green 38 ◦ blue 7

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

Shades of Bistre #472607

Tints of Bistre #472607

RGB

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

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

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

R = 61.21%
G = 32.76%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#472607 (or 0x472607) is known color: Bistre. HEX triplet: 47, 26 and 07. RGB value is (71,38,7). Sum of RGB (Red+Green+Blue) = 71+38+7=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472607 is #B8D9F8. Grayscale: #2C2C2C. Windows color (decimal): -12114425 or 468551. OLE color: 468551.

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

Color convert

RGB 71 38 7 -
CMYK 0 0.46 0.90 0.72
HSL 29.06º 0.82% 0.15% -
HSV(B) 29.06º 0.9% 0.28% -
XYZ 3.33 2.74 0.55 -
YUV 44.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 71 38 7 0 0.46 0.90 0.72 29.06 0.82 0.15
Hex 47 26 7 0 2E 5A 48 1D 52 F
Octal 107 46 7 0 56 132 110 35 122 17
Binary 1000111 100110 111 0 101110 1011010 1001000 11101 1010010 1111

Color Harmonies of #472607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472607

Black with #472607

Text Example


Text Example

White with #472607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472607; }

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

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

background-color css

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

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

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

border-color css

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

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

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