#715047

Color #715047 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #715047

Tints of Congo Brown #715047

Color information

#715047 (or 0x715047) is unknown color: approx Congo Brown. HEX triplet: 71, 50 and 47. RGB value is (113,80,71). Sum of RGB (Red+Green+Blue) = 113+80+71=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #715047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715047 is #8EAFB8. Grayscale: #585858. Windows color (decimal): -9351097 or 4673649. OLE color: 4673649.

HSL color Cylindrical-coordinate representation of color #715047: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715047 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1138071-
CMYK00.290.370.56
HSL12.86º22.83%36.08%-
HSV(B)12.86º37.17%44.31%-
XYZ10.829.77.26-
YUV88.84117.93145.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=42.80%
G=30.30%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113807100.290.370.5612.8622.8336.08
Hex71504701D2538d1724
Octal1611201070354570152744
Binary111000110100001000111011101100101111000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715047; }

 p { color: rgb(113,80,71); }

 H1.HeaderClassName
 {
   color: #715047;
 }
 .AnyTagClassName
 {
   color: #715047;
 }
</style>
background-color css

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

 a { background-color: rgb(113,80,71); }

 div.DivClassName
 {
   background-color: #715047;
 }
 .BgClassName
 {
   background-color: #715047;
 }
</style>
border-color css

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

 span { border-color: rgb(113,80,71); }

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