Html Css Color HEX #714D35 Old Copper

📋 copy color: '#714D35'

red 113 ◦ green 77 ◦ blue 53

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

Shades of Old Copper #714D35

Tints of Old Copper #714D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 46.5%
G = 31.69%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#714D35 (or 0x714D35) is known color: Old Copper. HEX triplet: 71, 4D and 35. RGB value is (113,77,53). Sum of RGB (Red+Green+Blue) = 113+77+53=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #714D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D35 is #8EB2CA. Grayscale: #555555. Windows color (decimal): -9351883 or 3493233. OLE color: 3493233.

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

Color convert

RGB 113 77 53 -
CMYK 0 0.32 0.53 0.56
HSL 24º 0.36% 0.33% -
HSV(B) 24º 0.53% 0.44% -
XYZ 10.11 9.08 4.59 -
YUV 85.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 113 77 53 0 0.32 0.53 0.56 24 0.36 0.33
Hex 71 4D 35 0 20 35 38 18 24 21
Octal 161 115 65 0 40 65 70 30 44 41
Binary 1110001 1001101 110101 0 100000 110101 111000 11000 100100 100001

Color Harmonies of #714D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D35

Black with #714D35

Text Example


Text Example

White with #714D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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