Html Css Color HEX #714F49 Congo Brown

📋 copy color: '#714F49'

red 113 ◦ green 79 ◦ blue 73

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

Shades of Congo Brown #714F49

Tints of Congo Brown #714F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 42.64%
G = 29.81%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#714F49 (or 0x714F49) is known color: Congo Brown. HEX triplet: 71, 4F and 49. RGB value is (113,79,73). Sum of RGB (Red+Green+Blue) = 113+79+73=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F49 is #8EB0B6. Grayscale: #585858. Windows color (decimal): -9351351 or 4804465. OLE color: 4804465.

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

Color convert

RGB 113 79 73 -
CMYK 0 0.30 0.35 0.56
HSL 0.22% 0.36% -
HSV(B) 0.35% 0.44% -
XYZ 10.81 9.58 7.58 -
YUV 88.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 113 79 73 0 0.30 0.35 0.56 9 0.22 0.36
Hex 71 4F 49 0 1E 23 38 9 16 24
Octal 161 117 111 0 36 43 70 11 26 44
Binary 1110001 1001111 1001001 0 11110 100011 111000 1001 10110 100100

Color Harmonies of #714F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F49

Black with #714F49

Text Example


Text Example

White with #714F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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