Html Css Color HEX #714F34 Old Copper

📋 copy color: '#714F34'

red 113 ◦ green 79 ◦ blue 52

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

Shades of Old Copper #714F34

Tints of Old Copper #714F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.38%

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

R = 46.31%
G = 32.38%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#714F34 (or 0x714F34) is known color: Old Copper. HEX triplet: 71, 4F and 34. RGB value is (113,79,52). Sum of RGB (Red+Green+Blue) = 113+79+52=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #714F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F34 is #8EB0CB. Grayscale: #565656. Windows color (decimal): -9351372 or 3428209. OLE color: 3428209.

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

Color convert

RGB 113 79 52 -
CMYK 0 0.30 0.54 0.56
HSL 26.56º 0.37% 0.32% -
HSV(B) 26.56º 0.54% 0.44% -
XYZ 10.23 9.35 4.51 -
YUV 86.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 113 79 52 0 0.30 0.54 0.56 26.56 0.37 0.32
Hex 71 4F 34 0 1E 36 38 1B 25 20
Octal 161 117 64 0 36 66 70 33 45 40
Binary 1110001 1001111 110100 0 11110 110110 111000 11011 100101 100000

Color Harmonies of #714F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F34

Black with #714F34

Text Example


Text Example

White with #714F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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