Html Css Color HEX #472605 Bistre

📋 copy color: '#472605'

red 71 ◦ green 38 ◦ blue 5

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

Shades of Bistre #472605

Tints of Bistre #472605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.39%

R = 62.28%
G = 33.33%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#472605 (or 0x472605) is known color: Bistre. HEX triplet: 47, 26 and 05. RGB value is (71,38,5). Sum of RGB (Red+Green+Blue) = 71+38+5=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #472605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472605 is #B8D9FA. Grayscale: #2C2C2C. Windows color (decimal): -12114427 or 337479. OLE color: 337479.

HSL color Cylindrical-coordinate representation of color #472605: hue angle of 30º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #472605 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 5 -
CMYK 0 0.46 0.93 0.72
HSL 30º 0.87% 0.15% -
HSV(B) 30º 0.93% 0.28% -
XYZ 3.32 2.74 0.5 -
YUV 44.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 71 38 5 0 0.46 0.93 0.72 30 0.87 0.15
Hex 47 26 5 0 2E 5D 48 1E 57 F
Octal 107 46 5 0 56 135 110 36 127 17
Binary 1000111 100110 101 0 101110 1011101 1001000 11110 1010111 1111

Color Harmonies of #472605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472605

Black with #472605

Text Example


Text Example

White with #472605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472605; }

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

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

background-color css

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

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

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

border-color css

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

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

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