Html Css Color HEX #714C39 Old Copper

📋 copy color: '#714C39'

red 113 ◦ green 76 ◦ blue 57

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

Shades of Old Copper #714C39

Tints of Old Copper #714C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 45.93%
G = 30.89%
B = 23.17%

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

#714C39 (or 0x714C39) is known color: Old Copper. HEX triplet: 71, 4C and 39. RGB value is (113,76,57). Sum of RGB (Red+Green+Blue) = 113+76+57=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #714C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C39 is #8EB3C6. Grayscale: #555555. Windows color (decimal): -9352135 or 3755121. OLE color: 3755121.

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

Color convert

RGB 113 76 57 -
CMYK 0 0.33 0.50 0.56
HSL 20.36º 0.33% 0.33% -
HSV(B) 20.36º 0.5% 0.44% -
XYZ 10.13 8.98 5.07 -
YUV 84.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 113 76 57 0 0.33 0.50 0.56 20.36 0.33 0.33
Hex 71 4C 39 0 21 32 38 14 21 21
Octal 161 114 71 0 41 62 70 24 41 41
Binary 1110001 1001100 111001 0 100001 110010 111000 10100 100001 100001

Color Harmonies of #714C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C39

Black with #714C39

Text Example


Text Example

White with #714C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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