Html Css Color HEX #47290B Bistre

📋 copy color: '#47290B'

red 71 ◦ green 41 ◦ blue 11

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

Shades of Bistre #47290B

Tints of Bistre #47290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.94%

R = 57.72%
G = 33.33%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47290B (or 0x47290B) is known color: Bistre. HEX triplet: 47, 29 and 0B. RGB value is (71,41,11). Sum of RGB (Red+Green+Blue) = 71+41+11=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47290B is #B8D6F4. Grayscale: #2E2E2E. Windows color (decimal): -12113653 or 731463. OLE color: 731463.

HSL color Cylindrical-coordinate representation of color #47290B: hue angle of 30º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47290B is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 11 -
CMYK 0 0.42 0.85 0.72
HSL 30º 0.73% 0.16% -
HSV(B) 30º 0.85% 0.28% -
XYZ 3.45 2.95 0.7 -
YUV 46.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 71 41 11 0 0.42 0.85 0.72 30 0.73 0.16
Hex 47 29 B 0 2A 55 48 1E 49 10
Octal 107 51 13 0 52 125 110 36 111 20
Binary 1000111 101001 1011 0 101010 1010101 1001000 11110 1001001 10000

Color Harmonies of #47290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47290B

Black with #47290B

Text Example


Text Example

White with #47290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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