Html Css Color HEX #47270F Bistre

📋 copy color: '#47270F'

red 71 ◦ green 39 ◦ blue 15

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

Shades of Bistre #47270F

Tints of Bistre #47270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.2%

 BLUE value IS 15 (6.25% from 255) = 12%

R = 56.8%
G = 31.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47270F (or 0x47270F) is known color: Bistre. HEX triplet: 47, 27 and 0F. RGB value is (71,39,15). Sum of RGB (Red+Green+Blue) = 71+39+15=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47270F is #B8D8F0. Grayscale: #2D2D2D. Windows color (decimal): -12114161 or 993095. OLE color: 993095.

HSL color Cylindrical-coordinate representation of color #47270F: hue angle of 25.71º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47270F is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 15 -
CMYK 0 0.45 0.79 0.72
HSL 25.71º 0.65% 0.17% -
HSV(B) 25.71º 0.79% 0.28% -
XYZ 3.41 2.83 0.82 -
YUV 45.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 71 39 15 0 0.45 0.79 0.72 25.71 0.65 0.17
Hex 47 27 F 0 2D 4F 48 1A 41 11
Octal 107 47 17 0 55 117 110 32 101 21
Binary 1000111 100111 1111 0 101101 1001111 1001000 11010 1000001 10001

Color Harmonies of #47270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47270F

Black with #47270F

Text Example


Text Example

White with #47270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47270F; }

 p { color: rgb(71,39,15); }

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

background-color css

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

 a { background-color: rgb(71,39,15); }

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

border-color css

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

 span { border-color: rgb(71,39,15); }

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