Html Css Color HEX #714C35 Old Copper

📋 copy color: '#714C35'

red 113 ◦ green 76 ◦ blue 53

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

Shades of Old Copper #714C35

Tints of Old Copper #714C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 46.69%
G = 31.4%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#714C35 (or 0x714C35) is known color: Old Copper. HEX triplet: 71, 4C and 35. RGB value is (113,76,53). Sum of RGB (Red+Green+Blue) = 113+76+53=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #714C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C35 is #8EB3CA. Grayscale: #545454. Windows color (decimal): -9352139 or 3492977. OLE color: 3492977.

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

Color convert

RGB 113 76 53 -
CMYK 0 0.33 0.53 0.56
HSL 23º 0.36% 0.33% -
HSV(B) 23º 0.53% 0.44% -
XYZ 10.04 8.94 4.56 -
YUV 84.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 113 76 53 0 0.33 0.53 0.56 23 0.36 0.33
Hex 71 4C 35 0 21 35 38 17 24 21
Octal 161 114 65 0 41 65 70 27 44 41
Binary 1110001 1001100 110101 0 100001 110101 111000 10111 100100 100001

Color Harmonies of #714C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C35

Black with #714C35

Text Example


Text Example

White with #714C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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