Html Css Color HEX #472609 Bistre

📋 copy color: '#472609'

red 71 ◦ green 38 ◦ blue 9

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

Shades of Bistre #472609

Tints of Bistre #472609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.63%

R = 60.17%
G = 32.2%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472609 (or 0x472609) is known color: Bistre. HEX triplet: 47, 26 and 09. RGB value is (71,38,9). Sum of RGB (Red+Green+Blue) = 71+38+9=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472609 is #B8D9F6. Grayscale: #2C2C2C. Windows color (decimal): -12114423 or 599623. OLE color: 599623.

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

Color convert

RGB 71 38 9 -
CMYK 0 0.46 0.87 0.72
HSL 28.06º 0.78% 0.16% -
HSV(B) 28.06º 0.87% 0.28% -
XYZ 3.34 2.75 0.61 -
YUV 44.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 71 38 9 0 0.46 0.87 0.72 28.06 0.78 0.16
Hex 47 26 9 0 2E 57 48 1C 4E 10
Octal 107 46 11 0 56 127 110 34 116 20
Binary 1000111 100110 1001 0 101110 1010111 1001000 11100 1001110 10000

Color Harmonies of #472609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472609

Black with #472609

Text Example


Text Example

White with #472609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472609; }

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

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

background-color css

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

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

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

border-color css

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

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

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