#71534A

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

Shades of Congo Brown #71534A

Tints of Congo Brown #71534A

Color information

#71534A (or 0x71534A) is unknown color: approx Congo Brown. HEX triplet: 71, 53 and 4A. RGB value is (113,83,74). Sum of RGB (Red+Green+Blue) = 113+83+74=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71534A is #8EACB5. Grayscale: #5B5B5B. Windows color (decimal): -9350326 or 4871025. OLE color: 4871025.

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

Color convert

RGB1138374-
CMYK00.270.350.56
HSL13.85º20.86%36.67%-
HSV(B)13.85º34.51%44.31%-
XYZ11.1410.197.86-
YUV90.94118.44143.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=41.85%
G=30.74%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113837400.270.350.5613.8520.8636.67
Hex71534A01B2338e1525
Octal1611231120334370162545
Binary111000110100111001010011011100011111000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71534A;
 }
 .AnyTagClassName
 {
   color: #71534A;
 }
</style>
background-color css

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

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

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

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

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

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