Html Css Color HEX #714D38 Old Copper

📋 copy color: '#714D38'

red 113 ◦ green 77 ◦ blue 56

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

Shades of Old Copper #714D38

Tints of Old Copper #714D38

RGB

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

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

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

R = 45.93%
G = 31.3%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714D38 (or 0x714D38) is known color: Old Copper. HEX triplet: 71, 4D and 38. RGB value is (113,77,56). Sum of RGB (Red+Green+Blue) = 113+77+56=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #714D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D38 is #8EB2C7. Grayscale: #555555. Windows color (decimal): -9351880 or 3689841. OLE color: 3689841.

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

Color convert

RGB 113 77 56 -
CMYK 0 0.32 0.50 0.56
HSL 22.11º 0.34% 0.33% -
HSV(B) 22.11º 0.5% 0.44% -
XYZ 10.18 9.1 4.96 -
YUV 85.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 113 77 56 0 0.32 0.50 0.56 22.11 0.34 0.33
Hex 71 4D 38 0 20 32 38 16 22 21
Octal 161 115 70 0 40 62 70 26 42 41
Binary 1110001 1001101 111000 0 100000 110010 111000 10110 100010 100001

Color Harmonies of #714D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D38

Black with #714D38

Text Example


Text Example

White with #714D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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