Html Css Color HEX #715136 Old Copper

📋 copy color: '#715136'

red 113 ◦ green 81 ◦ blue 54

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

Shades of Old Copper #715136

Tints of Old Copper #715136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 45.56%
G = 32.66%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#715136 (or 0x715136) is known color: Old Copper. HEX triplet: 71, 51 and 36. RGB value is (113,81,54). Sum of RGB (Red+Green+Blue) = 113+81+54=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #715136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715136 is #8EAEC9. Grayscale: #575757. Windows color (decimal): -9350858 or 3559793. OLE color: 3559793.

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

Color convert

RGB 113 81 54 -
CMYK 0 0.28 0.52 0.56
HSL 27.46º 0.35% 0.33% -
HSV(B) 27.46º 0.52% 0.44% -
XYZ 10.42 9.66 4.81 -
YUV 87.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 113 81 54 0 0.28 0.52 0.56 27.46 0.35 0.33
Hex 71 51 36 0 1C 34 38 1B 23 21
Octal 161 121 66 0 34 64 70 33 43 41
Binary 1110001 1010001 110110 0 11100 110100 111000 11011 100011 100001

Color Harmonies of #715136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715136

Black with #715136

Text Example


Text Example

White with #715136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715136; }

 p { color: rgb(113,81,54); }

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

background-color css

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

 a { background-color: rgb(113,81,54); }

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

border-color css

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

 span { border-color: rgb(113,81,54); }

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