Html Css Color HEX #714A46 Congo Brown

📋 copy color: '#714A46'

red 113 ◦ green 74 ◦ blue 70

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

Shades of Congo Brown #714A46

Tints of Congo Brown #714A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

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

R = 43.97%
G = 28.79%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#714A46 (or 0x714A46) is known color: Congo Brown. HEX triplet: 71, 4A and 46. RGB value is (113,74,70). Sum of RGB (Red+Green+Blue) = 113+74+70=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #714A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A46 is #8EB5B9. Grayscale: #555555. Windows color (decimal): -9352634 or 4606577. OLE color: 4606577.

HSL color Cylindrical-coordinate representation of color #714A46: hue angle of 5.58º 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 #714A46 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 74 70 -
CMYK 0 0.35 0.38 0.56
HSL 5.58º 0.23% 0.36% -
HSV(B) 5.58º 0.38% 0.44% -
XYZ 10.36 8.85 6.96 -
YUV 85.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 113 74 70 0 0.35 0.38 0.56 5.58 0.23 0.36
Hex 71 4A 46 0 23 26 38 6 17 24
Octal 161 112 106 0 43 46 70 6 27 44
Binary 1110001 1001010 1000110 0 100011 100110 111000 110 10111 100100

Color Harmonies of #714A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A46

Black with #714A46

Text Example


Text Example

White with #714A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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