Html Css Color HEX #714F39 Old Copper

📋 copy color: '#714F39'

red 113 ◦ green 79 ◦ blue 57

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

Shades of Old Copper #714F39

Tints of Old Copper #714F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.89%

R = 45.38%
G = 31.73%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714F39 (or 0x714F39) is known color: Old Copper. HEX triplet: 71, 4F and 39. RGB value is (113,79,57). Sum of RGB (Red+Green+Blue) = 113+79+57=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F39 is #8EB0C6. Grayscale: #565656. Windows color (decimal): -9351367 or 3755889. OLE color: 3755889.

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

Color convert

RGB 113 79 57 -
CMYK 0 0.30 0.50 0.56
HSL 23.57º 0.33% 0.33% -
HSV(B) 23.57º 0.5% 0.44% -
XYZ 10.34 9.4 5.14 -
YUV 86.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 113 79 57 0 0.30 0.50 0.56 23.57 0.33 0.33
Hex 71 4F 39 0 1E 32 38 18 21 21
Octal 161 117 71 0 36 62 70 30 41 41
Binary 1110001 1001111 111001 0 11110 110010 111000 11000 100001 100001

Color Harmonies of #714F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F39

Black with #714F39

Text Example


Text Example

White with #714F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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