Html Css Color HEX #47290C Bistre

📋 copy color: '#47290C'

red 71 ◦ green 41 ◦ blue 12

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

Shades of Bistre #47290C

Tints of Bistre #47290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 57.26%
G = 33.06%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47290C (or 0x47290C) is known color: Bistre. HEX triplet: 47, 29 and 0C. RGB value is (71,41,12). Sum of RGB (Red+Green+Blue) = 71+41+12=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47290C is #B8D6F3. Grayscale: #2E2E2E. Windows color (decimal): -12113652 or 796999. OLE color: 796999.

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

Color convert

RGB 71 41 12 -
CMYK 0 0.42 0.83 0.72
HSL 29.49º 0.71% 0.16% -
HSV(B) 29.49º 0.83% 0.28% -
XYZ 3.46 2.95 0.74 -
YUV 46.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 71 41 12 0 0.42 0.83 0.72 29.49 0.71 0.16
Hex 47 29 C 0 2A 53 48 1D 47 10
Octal 107 51 14 0 52 123 110 35 107 20
Binary 1000111 101001 1100 0 101010 1010011 1001000 11101 1000111 10000

Color Harmonies of #47290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47290C

Black with #47290C

Text Example


Text Example

White with #47290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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