Html Css Color HEX #714938 Old Copper

📋 copy color: '#714938'

red 113 ◦ green 73 ◦ blue 56

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

Shades of Old Copper #714938

Tints of Old Copper #714938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 46.69%
G = 30.17%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714938 (or 0x714938) is known color: Old Copper. HEX triplet: 71, 49 and 38. RGB value is (113,73,56). Sum of RGB (Red+Green+Blue) = 113+73+56=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #714938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714938 is #8EB6C7. Grayscale: #535353. Windows color (decimal): -9352904 or 3688817. OLE color: 3688817.

HSL color Cylindrical-coordinate representation of color #714938: hue angle of 17.89º degrees, saturation: 0.34, 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 #714938 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 56 -
CMYK 0 0.35 0.50 0.56
HSL 17.89º 0.34% 0.33% -
HSV(B) 17.89º 0.5% 0.44% -
XYZ 9.91 8.56 4.87 -
YUV 83.02 112.75 149.38 -
System Red Green Blue C M Y K H S L
Decimal 113 73 56 0 0.35 0.50 0.56 17.89 0.34 0.33
Hex 71 49 38 0 23 32 38 12 22 21
Octal 161 111 70 0 43 62 70 22 42 41
Binary 1110001 1001001 111000 0 100011 110010 111000 10010 100010 100001

Color Harmonies of #714938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714938

Black with #714938

Text Example


Text Example

White with #714938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714938; }

 p { color: rgb(113,73,56); }

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

background-color css

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

 a { background-color: rgb(113,73,56); }

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

border-color css

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

 span { border-color: rgb(113,73,56); }

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