Html Css Color HEX #472509 Bistre

📋 copy color: '#472509'

red 71 ◦ green 37 ◦ blue 9

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

Shades of Bistre #472509

Tints of Bistre #472509

RGB

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

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

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

R = 60.68%
G = 31.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472509 (or 0x472509) is known color: Bistre. HEX triplet: 47, 25 and 09. RGB value is (71,37,9). Sum of RGB (Red+Green+Blue) = 71+37+9=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #472509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472509 is #B8DAF6. Grayscale: #2C2C2C. Windows color (decimal): -12114679 or 599367. OLE color: 599367.

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

Color convert

RGB 71 37 9 -
CMYK 0 0.48 0.87 0.72
HSL 27.1º 0.78% 0.16% -
HSV(B) 27.1º 0.87% 0.28% -
XYZ 3.31 2.68 0.6 -
YUV 43.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 71 37 9 0 0.48 0.87 0.72 27.1 0.78 0.16
Hex 47 25 9 0 30 57 48 1B 4E 10
Octal 107 45 11 0 60 127 110 33 116 20
Binary 1000111 100101 1001 0 110000 1010111 1001000 11011 1001110 10000

Color Harmonies of #472509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472509

Black with #472509

Text Example


Text Example

White with #472509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472509; }

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

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

background-color css

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

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

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

border-color css

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

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

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