Html Css Color HEX #47270A Bistre

📋 copy color: '#47270A'

red 71 ◦ green 39 ◦ blue 10

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

Shades of Bistre #47270A

Tints of Bistre #47270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.33%

R = 59.17%
G = 32.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47270A (or 0x47270A) is known color: Bistre. HEX triplet: 47, 27 and 0A. RGB value is (71,39,10). Sum of RGB (Red+Green+Blue) = 71+39+10=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47270A is #B8D8F5. Grayscale: #2D2D2D. Windows color (decimal): -12114166 or 665415. OLE color: 665415.

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

Color convert

RGB 71 39 10 -
CMYK 0 0.45 0.86 0.72
HSL 28.52º 0.75% 0.16% -
HSV(B) 28.52º 0.86% 0.28% -
XYZ 3.38 2.81 0.65 -
YUV 45.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 71 39 10 0 0.45 0.86 0.72 28.52 0.75 0.16
Hex 47 27 A 0 2D 56 48 1D 4B 10
Octal 107 47 12 0 55 126 110 35 113 20
Binary 1000111 100111 1010 0 101101 1010110 1001000 11101 1001011 10000

Color Harmonies of #47270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47270A

Black with #47270A

Text Example


Text Example

White with #47270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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