Html Css Color HEX #715047 Congo Brown

📋 copy color: '#715047'

red 113 ◦ green 80 ◦ blue 71

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

Shades of Congo Brown #715047

Tints of Congo Brown #715047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 42.8%
G = 30.3%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 113 80 71 -
CMYK 0 0.29 0.37 0.56
HSL 12.86º 0.23% 0.36% -
HSV(B) 12.86º 0.37% 0.44% -
XYZ 10.82 9.7 7.26 -
YUV 88.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 113 80 71 0 0.29 0.37 0.56 12.86 0.23 0.36
Hex 71 50 47 0 1D 25 38 D 17 24
Octal 161 120 107 0 35 45 70 15 27 44
Binary 1110001 1010000 1000111 0 11101 100101 111000 1101 10111 100100

Color Harmonies of #715047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715047

Black with #715047

Text Example


Text Example

White with #715047

Text Example


Text Example

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