#47270A

Color #47270A Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #47270A

Tints of Bistre #47270A

Color information

#47270A (or 0x47270A) is unknown color: approx 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

RGB713910-
CMYK00.450.860.72
HSL28.52º75.31%15.88%-
HSV(B)28.52º85.92%27.84%-
XYZ3.382.810.65-
YUV45.26108.1146.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=59.17%
G=32.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71391000.450.860.7228.5275.3115.88
Hex4727A02D56481d4b10
Octal10747120551261103511320
Binary1000111100111101001011011010110100100011101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>