#715249

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

Shades of Congo Brown #715249

Tints of Congo Brown #715249

Color information

#715249 (or 0x715249) is unknown color: approx Congo Brown. HEX triplet: 71, 52 and 49. RGB value is (113,82,73). Sum of RGB (Red+Green+Blue) = 113+82+73=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715249 is #8EADB6. Grayscale: #5A5A5A. Windows color (decimal): -9350583 or 4805233. OLE color: 4805233.

HSL color Cylindrical-coordinate representation of color #715249: hue angle of 13.5º 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 #715249 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1138273-
CMYK00.270.350.56
HSL13.5º21.51%36.47%-
HSV(B)13.5º35.4%44.31%-
XYZ11.0310.037.66-
YUV90.24118.27144.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=42.16%
G=30.60%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113827300.270.350.5613.521.5136.47
Hex71524901B2338e1624
Octal1611221110334370162644
Binary111000110100101001001011011100011111000111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715249; }

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

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

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

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

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

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

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

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