Html Css Color HEX #472905 Bistre

📋 copy color: '#472905'

red 71 ◦ green 41 ◦ blue 5

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

Shades of Bistre #472905

Tints of Bistre #472905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.04%

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

R = 60.68%
G = 35.04%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#472905 (or 0x472905) is known color: Bistre. HEX triplet: 47, 29 and 05. RGB value is (71,41,5). Sum of RGB (Red+Green+Blue) = 71+41+5=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #472905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472905 is #B8D6FA. Grayscale: #2E2E2E. Windows color (decimal): -12113659 or 338247. OLE color: 338247.

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

Color convert

RGB 71 41 5 -
CMYK 0 0.42 0.93 0.72
HSL 32.73º 0.87% 0.15% -
HSV(B) 32.73º 0.93% 0.28% -
XYZ 3.42 2.94 0.53 -
YUV 45.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 71 41 5 0 0.42 0.93 0.72 32.73 0.87 0.15
Hex 47 29 5 0 2A 5D 48 21 57 F
Octal 107 51 5 0 52 135 110 41 127 17
Binary 1000111 101001 101 0 101010 1011101 1001000 100001 1010111 1111

Color Harmonies of #472905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472905

Black with #472905

Text Example


Text Example

White with #472905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472905; }

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

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

background-color css

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

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

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

border-color css

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

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

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