Html Css Color HEX #715039 Old Copper

📋 copy color: '#715039'

red 113 ◦ green 80 ◦ blue 57

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

Shades of Old Copper #715039

Tints of Old Copper #715039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 45.2%
G = 32%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#715039 (or 0x715039) is known color: Old Copper. HEX triplet: 71, 50 and 39. RGB value is (113,80,57). Sum of RGB (Red+Green+Blue) = 113+80+57=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #715039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715039 is #8EAFC6. Grayscale: #575757. Windows color (decimal): -9351111 or 3756145. OLE color: 3756145.

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

Color convert

RGB 113 80 57 -
CMYK 0 0.29 0.50 0.56
HSL 24.64º 0.33% 0.33% -
HSV(B) 24.64º 0.5% 0.44% -
XYZ 10.42 9.54 5.16 -
YUV 87.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 113 80 57 0 0.29 0.50 0.56 24.64 0.33 0.33
Hex 71 50 39 0 1D 32 38 19 21 21
Octal 161 120 71 0 35 62 70 31 41 41
Binary 1110001 1010000 111001 0 11101 110010 111000 11001 100001 100001

Color Harmonies of #715039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715039

Black with #715039

Text Example


Text Example

White with #715039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715039; }

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

 H1.HeaderClassName
 {
   color: #715039;
 }
 .AnyTagClassName
 {
   color: #715039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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