Html Css Color HEX #714C3C Old Copper

📋 copy color: '#714C3C'

red 113 ◦ green 76 ◦ blue 60

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

Shades of Old Copper #714C3C

Tints of Old Copper #714C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 45.38%
G = 30.52%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#714C3C (or 0x714C3C) is known color: Old Copper. HEX triplet: 71, 4C and 3C. RGB value is (113,76,60). Sum of RGB (Red+Green+Blue) = 113+76+60=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C3C is #8EB3C3. Grayscale: #555555. Windows color (decimal): -9352132 or 3951729. OLE color: 3951729.

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

Color convert

RGB 113 76 60 -
CMYK 0 0.33 0.47 0.56
HSL 18.11º 0.31% 0.34% -
HSV(B) 18.11º 0.47% 0.44% -
XYZ 10.21 9.01 5.48 -
YUV 85.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 113 76 60 0 0.33 0.47 0.56 18.11 0.31 0.34
Hex 71 4C 3C 0 21 2F 38 12 1F 22
Octal 161 114 74 0 41 57 70 22 37 42
Binary 1110001 1001100 111100 0 100001 101111 111000 10010 11111 100010

Color Harmonies of #714C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C3C

Black with #714C3C

Text Example


Text Example

White with #714C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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