Html Css Color HEX #472505 Bistre

📋 copy color: '#472505'

red 71 ◦ green 37 ◦ blue 5

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

Shades of Bistre #472505

Tints of Bistre #472505

RGB

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

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

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

R = 62.83%
G = 32.74%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#472505 (or 0x472505) is known color: Bistre. HEX triplet: 47, 25 and 05. RGB value is (71,37,5). Sum of RGB (Red+Green+Blue) = 71+37+5=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472505 is #B8DAFA. Grayscale: #2B2B2B. Windows color (decimal): -12114683 or 337223. OLE color: 337223.

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

Color convert

RGB 71 37 5 -
CMYK 0 0.48 0.93 0.72
HSL 29.09º 0.87% 0.15% -
HSV(B) 29.09º 0.93% 0.28% -
XYZ 3.29 2.67 0.49 -
YUV 43.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 71 37 5 0 0.48 0.93 0.72 29.09 0.87 0.15
Hex 47 25 5 0 30 5D 48 1D 57 F
Octal 107 45 5 0 60 135 110 35 127 17
Binary 1000111 100101 101 0 110000 1011101 1001000 11101 1010111 1111

Color Harmonies of #472505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472505

Black with #472505

Text Example


Text Example

White with #472505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472505; }

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

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

background-color css

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

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

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

border-color css

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

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

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