Html Css Color HEX #714D36 Old Copper

📋 copy color: '#714D36'

red 113 ◦ green 77 ◦ blue 54

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

Shades of Old Copper #714D36

Tints of Old Copper #714D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.13%

R = 46.31%
G = 31.56%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#714D36 (or 0x714D36) is known color: Old Copper. HEX triplet: 71, 4D and 36. RGB value is (113,77,54). Sum of RGB (Red+Green+Blue) = 113+77+54=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #714D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D36 is #8EB2C9. Grayscale: #555555. Windows color (decimal): -9351882 or 3558769. OLE color: 3558769.

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

Color convert

RGB 113 77 54 -
CMYK 0 0.32 0.52 0.56
HSL 23.39º 0.35% 0.33% -
HSV(B) 23.39º 0.52% 0.44% -
XYZ 10.13 9.08 4.71 -
YUV 85.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 113 77 54 0 0.32 0.52 0.56 23.39 0.35 0.33
Hex 71 4D 36 0 20 34 38 17 23 21
Octal 161 115 66 0 40 64 70 27 43 41
Binary 1110001 1001101 110110 0 100000 110100 111000 10111 100011 100001

Color Harmonies of #714D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D36

Black with #714D36

Text Example


Text Example

White with #714D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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