Html Css Color HEX #71514A Congo Brown

📋 copy color: '#71514A'

red 113 ◦ green 81 ◦ blue 74

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

Shades of Congo Brown #71514A

Tints of Congo Brown #71514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 42.16%
G = 30.22%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#71514A (or 0x71514A) is known color: Congo Brown. HEX triplet: 71, 51 and 4A. RGB value is (113,81,74). Sum of RGB (Red+Green+Blue) = 113+81+74=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #71514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71514A is #8EAEB5. Grayscale: #595959. Windows color (decimal): -9350838 or 4870513. OLE color: 4870513.

HSL color Cylindrical-coordinate representation of color #71514A: hue angle of 10.77º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71514A is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 81 74 -
CMYK 0 0.28 0.35 0.56
HSL 10.77º 0.21% 0.37% -
HSV(B) 10.77º 0.35% 0.44% -
XYZ 10.99 9.89 7.81 -
YUV 89.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 113 81 74 0 0.28 0.35 0.56 10.77 0.21 0.37
Hex 71 51 4A 0 1C 23 38 B 15 25
Octal 161 121 112 0 34 43 70 13 25 45
Binary 1110001 1010001 1001010 0 11100 100011 111000 1011 10101 100101

Color Harmonies of #71514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71514A

Black with #71514A

Text Example


Text Example

White with #71514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71514A; }

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

 H1.HeaderClassName
 {
   color: #71514A;
 }
 .AnyTagClassName
 {
   color: #71514A;
 }
</style>

background-color css

<style>
 a { background-color: #71514A; }

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

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

border-color css

<style>
 span { border-color: #71514A; }

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

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