Html Css Color HEX #714D3A Old Copper

📋 copy color: '#714D3A'

red 113 ◦ green 77 ◦ blue 58

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

Shades of Old Copper #714D3A

Tints of Old Copper #714D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 45.56%
G = 31.05%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#714D3A (or 0x714D3A) is known color: Old Copper. HEX triplet: 71, 4D and 3A. RGB value is (113,77,58). Sum of RGB (Red+Green+Blue) = 113+77+58=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #714D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D3A is #8EB2C5. Grayscale: #555555. Windows color (decimal): -9351878 or 3820913. OLE color: 3820913.

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

Color convert

RGB 113 77 58 -
CMYK 0 0.32 0.49 0.56
HSL 20.73º 0.32% 0.34% -
HSV(B) 20.73º 0.49% 0.44% -
XYZ 10.23 9.12 5.23 -
YUV 85.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 113 77 58 0 0.32 0.49 0.56 20.73 0.32 0.34
Hex 71 4D 3A 0 20 31 38 15 20 22
Octal 161 115 72 0 40 61 70 25 40 42
Binary 1110001 1001101 111010 0 100000 110001 111000 10101 100000 100010

Color Harmonies of #714D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D3A

Black with #714D3A

Text Example


Text Example

White with #714D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D3A; }

 p { color: rgb(113,77,58); }

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

background-color css

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

 a { background-color: rgb(113,77,58); }

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

border-color css

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

 span { border-color: rgb(113,77,58); }

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