Html Css Color HEX #714C38 Old Copper

📋 copy color: '#714C38'

red 113 ◦ green 76 ◦ blue 56

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

Shades of Old Copper #714C38

Tints of Old Copper #714C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 46.12%
G = 31.02%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714C38 (or 0x714C38) is known color: Old Copper. HEX triplet: 71, 4C and 38. RGB value is (113,76,56). Sum of RGB (Red+Green+Blue) = 113+76+56=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #714C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C38 is #8EB3C7. Grayscale: #545454. Windows color (decimal): -9352136 or 3689585. OLE color: 3689585.

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

Color convert

RGB 113 76 56 -
CMYK 0 0.33 0.50 0.56
HSL 21.05º 0.34% 0.33% -
HSV(B) 21.05º 0.5% 0.44% -
XYZ 10.11 8.97 4.94 -
YUV 84.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 113 76 56 0 0.33 0.50 0.56 21.05 0.34 0.33
Hex 71 4C 38 0 21 32 38 15 22 21
Octal 161 114 70 0 41 62 70 25 42 41
Binary 1110001 1001100 111000 0 100001 110010 111000 10101 100010 100001

Color Harmonies of #714C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C38

Black with #714C38

Text Example


Text Example

White with #714C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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