Html Css Color HEX #714D46 Congo Brown

📋 copy color: '#714D46'

red 113 ◦ green 77 ◦ blue 70

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

Shades of Congo Brown #714D46

Tints of Congo Brown #714D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 70 (27.73% from 255) = 26.92%

R = 43.46%
G = 29.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#714D46 (or 0x714D46) is known color: Congo Brown. HEX triplet: 71, 4D and 46. RGB value is (113,77,70). Sum of RGB (Red+Green+Blue) = 113+77+70=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #714D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D46 is #8EB2B9. Grayscale: #575757. Windows color (decimal): -9351866 or 4607345. OLE color: 4607345.

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

Color convert

RGB 113 77 70 -
CMYK 0 0.32 0.38 0.56
HSL 9.77º 0.23% 0.36% -
HSV(B) 9.77º 0.38% 0.44% -
XYZ 10.57 9.26 7.02 -
YUV 86.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 113 77 70 0 0.32 0.38 0.56 9.77 0.23 0.36
Hex 71 4D 46 0 20 26 38 A 17 24
Octal 161 115 106 0 40 46 70 12 27 44
Binary 1110001 1001101 1000110 0 100000 100110 111000 1010 10111 100100

Color Harmonies of #714D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D46

Black with #714D46

Text Example


Text Example

White with #714D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,70); }

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

background-color css

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

 a { background-color: rgb(113,77,70); }

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

border-color css

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

 span { border-color: rgb(113,77,70); }

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