#715149

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

Shades of Congo Brown #715149

Tints of Congo Brown #715149

Color information

#715149 (or 0x715149) is unknown color: approx Congo Brown. HEX triplet: 71, 51 and 49. RGB value is (113,81,73). Sum of RGB (Red+Green+Blue) = 113+81+73=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #715149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715149 is #8EAEB6. Grayscale: #595959. Windows color (decimal): -9350839 or 4804977. OLE color: 4804977.

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

Color convert

RGB1138173-
CMYK00.280.350.56
HSL12º21.51%36.47%-
HSV(B)12º35.4%44.31%-
XYZ10.969.887.63-
YUV89.66118.6144.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=42.32%
G=30.34%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113817300.280.350.561221.5136.47
Hex71514901C2338c1624
Octal1611211110344370142644
Binary111000110100011001001011100100011111000110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715149; }

 p { color: rgb(113,81,73); }

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

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

 a { background-color: rgb(113,81,73); }

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

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

 span { border-color: rgb(113,81,73); }

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