Html Css Color HEX #715034 Old Copper

📋 copy color: '#715034'

red 113 ◦ green 80 ◦ blue 52

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

Shades of Old Copper #715034

Tints of Old Copper #715034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 46.12%
G = 32.65%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#715034 (or 0x715034) is known color: Old Copper. HEX triplet: 71, 50 and 34. RGB value is (113,80,52). Sum of RGB (Red+Green+Blue) = 113+80+52=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #715034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715034 is #8EAFCB. Grayscale: #565656. Windows color (decimal): -9351116 or 3428465. OLE color: 3428465.

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

Color convert

RGB 113 80 52 -
CMYK 0 0.29 0.54 0.56
HSL 27.54º 0.37% 0.32% -
HSV(B) 27.54º 0.54% 0.44% -
XYZ 10.3 9.5 4.54 -
YUV 86.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 113 80 52 0 0.29 0.54 0.56 27.54 0.37 0.32
Hex 71 50 34 0 1D 36 38 1C 25 20
Octal 161 120 64 0 35 66 70 34 45 40
Binary 1110001 1010000 110100 0 11101 110110 111000 11100 100101 100000

Color Harmonies of #715034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715034

Black with #715034

Text Example


Text Example

White with #715034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715034; }

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

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

background-color css

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

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

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

border-color css

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

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

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