Html Css Color HEX #71544C Congo Brown

📋 copy color: '#71544C'

red 113 ◦ green 84 ◦ blue 76

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

Shades of Congo Brown #71544C

Tints of Congo Brown #71544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 41.39%
G = 30.77%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71544C (or 0x71544C) is known color: Congo Brown. HEX triplet: 71, 54 and 4C. RGB value is (113,84,76). Sum of RGB (Red+Green+Blue) = 113+84+76=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71544C is #8EABB3. Grayscale: #5B5B5B. Windows color (decimal): -9350068 or 5002353. OLE color: 5002353.

HSL color Cylindrical-coordinate representation of color #71544C: hue angle of 12.97º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71544C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 76 -
CMYK 0 0.26 0.33 0.56
HSL 12.97º 0.2% 0.37% -
HSV(B) 12.97º 0.33% 0.44% -
XYZ 11.28 10.37 8.24 -
YUV 91.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 113 84 76 0 0.26 0.33 0.56 12.97 0.2 0.37
Hex 71 54 4C 0 1A 21 38 D 14 25
Octal 161 124 114 0 32 41 70 15 24 45
Binary 1110001 1010100 1001100 0 11010 100001 111000 1101 10100 100101

Color Harmonies of #71544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71544C

Black with #71544C

Text Example


Text Example

White with #71544C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71544C; }

 p { color: rgb(113,84,76); }

 H1.HeaderClassName
 {
   color: #71544C;
 }
 .AnyTagClassName
 {
   color: #71544C;
 }
</style>

background-color css

<style>
 a { background-color: #71544C; }

 a { background-color: rgb(113,84,76); }

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

border-color css

<style>
 span { border-color: #71544C; }

 span { border-color: rgb(113,84,76); }

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