Html Css Color HEX #714A3A Old Copper

📋 copy color: '#714A3A'

red 113 ◦ green 74 ◦ blue 58

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

Shades of Old Copper #714A3A

Tints of Old Copper #714A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.2%

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

R = 46.12%
G = 30.2%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#714A3A (or 0x714A3A) is known color: Old Copper. HEX triplet: 71, 4A and 3A. RGB value is (113,74,58). Sum of RGB (Red+Green+Blue) = 113+74+58=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #714A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A3A is #8EB5C5. Grayscale: #535353. Windows color (decimal): -9352646 or 3820145. OLE color: 3820145.

HSL color Cylindrical-coordinate representation of color #714A3A: hue angle of 17.45º 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 #714A3A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 74 58 -
CMYK 0 0.35 0.49 0.56
HSL 17.45º 0.32% 0.34% -
HSV(B) 17.45º 0.49% 0.44% -
XYZ 10.02 8.71 5.16 -
YUV 83.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 113 74 58 0 0.35 0.49 0.56 17.45 0.32 0.34
Hex 71 4A 3A 0 23 31 38 11 20 22
Octal 161 112 72 0 43 61 70 21 40 42
Binary 1110001 1001010 111010 0 100011 110001 111000 10001 100000 100010

Color Harmonies of #714A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A3A

Black with #714A3A

Text Example


Text Example

White with #714A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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