Html Css Color HEX #714F33 Old Copper

📋 copy color: '#714F33'

red 113 ◦ green 79 ◦ blue 51

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

Shades of Old Copper #714F33

Tints of Old Copper #714F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 46.5%
G = 32.51%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#714F33 (or 0x714F33) is known color: Old Copper. HEX triplet: 71, 4F and 33. RGB value is (113,79,51). Sum of RGB (Red+Green+Blue) = 113+79+51=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #714F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F33 is #8EB0CC. Grayscale: #565656. Windows color (decimal): -9351373 or 3362673. OLE color: 3362673.

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

Color convert

RGB 113 79 51 -
CMYK 0 0.30 0.55 0.56
HSL 27.1º 0.38% 0.32% -
HSV(B) 27.1º 0.55% 0.44% -
XYZ 10.2 9.34 4.4 -
YUV 85.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 113 79 51 0 0.30 0.55 0.56 27.1 0.38 0.32
Hex 71 4F 33 0 1E 37 38 1B 26 20
Octal 161 117 63 0 36 67 70 33 46 40
Binary 1110001 1001111 110011 0 11110 110111 111000 11011 100110 100000

Color Harmonies of #714F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F33

Black with #714F33

Text Example


Text Example

White with #714F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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