Html Css Color HEX #715249 Congo Brown

📋 copy color: '#715249'

red 113 ◦ green 82 ◦ blue 73

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

Shades of Congo Brown #715249

Tints of Congo Brown #715249

RGB

 RED value IS 113 (44.53% from 255) = 42.16%

 GREEN value IS 82 (32.42% from 255) = 30.6%

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 42.16%
G = 30.6%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#715249 (or 0x715249) is known color: 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

RGB 113 82 73 -
CMYK 0 0.27 0.35 0.56
HSL 13.5º 0.22% 0.36% -
HSV(B) 13.5º 0.35% 0.44% -
XYZ 11.03 10.03 7.66 -
YUV 90.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 113 82 73 0 0.27 0.35 0.56 13.5 0.22 0.36
Hex 71 52 49 0 1B 23 38 E 16 24
Octal 161 122 111 0 33 43 70 16 26 44
Binary 1110001 1010010 1001001 0 11011 100011 111000 1110 10110 100100

Color Harmonies of #715249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715249

Black with #715249

Text Example


Text Example

White with #715249

Text Example


Text Example

HTML Codes & Css Web 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>