Html Css Color HEX #714F32 Old Copper

📋 copy color: '#714F32'

red 113 ◦ green 79 ◦ blue 50

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

Shades of Old Copper #714F32

Tints of Old Copper #714F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 46.69%
G = 32.64%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#714F32 (or 0x714F32) is known color: Old Copper. HEX triplet: 71, 4F and 32. RGB value is (113,79,50). Sum of RGB (Red+Green+Blue) = 113+79+50=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #714F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F32 is #8EB0CD. Grayscale: #565656. Windows color (decimal): -9351374 or 3297137. OLE color: 3297137.

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

Color convert

RGB 113 79 50 -
CMYK 0 0.30 0.56 0.56
HSL 27.62º 0.39% 0.32% -
HSV(B) 27.62º 0.56% 0.44% -
XYZ 10.18 9.33 4.28 -
YUV 85.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 113 79 50 0 0.30 0.56 0.56 27.62 0.39 0.32
Hex 71 4F 32 0 1E 38 38 1C 27 20
Octal 161 117 62 0 36 70 70 34 47 40
Binary 1110001 1001111 110010 0 11110 111000 111000 11100 100111 100000

Color Harmonies of #714F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F32

Black with #714F32

Text Example


Text Example

White with #714F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,79,50); }

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

background-color css

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

 a { background-color: rgb(113,79,50); }

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

border-color css

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

 span { border-color: rgb(113,79,50); }

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