#71524A

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

Shades of Congo Brown #71524A

Tints of Congo Brown #71524A

Color information

#71524A (or 0x71524A) is unknown color: approx Congo Brown. HEX triplet: 71, 52 and 4A. RGB value is (113,82,74). Sum of RGB (Red+Green+Blue) = 113+82+74=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71524A is #8EADB5. Grayscale: #5A5A5A. Windows color (decimal): -9350582 or 4870769. OLE color: 4870769.

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

Color convert

RGB1138274-
CMYK00.270.350.56
HSL12.31º20.86%36.67%-
HSV(B)12.31º34.51%44.31%-
XYZ11.0610.047.83-
YUV90.36118.77144.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=42.01%
G=30.48%
B=27.51%

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
Decimal113827400.270.350.5612.3120.8636.67
Hex71524A01B2338c1525
Octal1611221120334370142545
Binary111000110100101001010011011100011111000110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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