#71514A

Color #71514A Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #71514A

Tints of Congo Brown #71514A

Color information

#71514A (or 0x71514A) is unknown color: approx 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

RGB1138174-
CMYK00.280.350.56
HSL10.77º20.86%36.67%-
HSV(B)10.77º34.51%44.31%-
XYZ10.999.897.81-
YUV89.77119.1144.57-

RGB Variations

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

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.30% from 255) = 27.61%
R=42.16%
G=30.22%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113817400.280.350.5610.7720.8636.67
Hex71514A01C2338b1525
Octal1611211120344370132545
Binary111000110100011001010011100100011111000101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>