#70524A

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

Shades of Congo Brown #70524A

Tints of Congo Brown #70524A

Color information

#70524A (or 0x70524A) is unknown color: approx Congo Brown. HEX triplet: 70, 52 and 4A. RGB value is (112,82,74). Sum of RGB (Red+Green+Blue) = 112+82+74=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70524A is #8FADB5. Grayscale: #5A5A5A. Windows color (decimal): -9416118 or 4870768. OLE color: 4870768.

HSL color Cylindrical-coordinate representation of color #70524A: hue angle of 12.63º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70524A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1128274-
CMYK00.270.340.56
HSL12.63º20.43%36.47%-
HSV(B)12.63º33.93%43.92%-
XYZ10.949.977.83-
YUV90.06118.94143.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=41.79%
G=30.60%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112827400.270.340.5612.6320.4336.47
Hex70524A01B2238d1424
Octal1601221120334270152444
Binary111000010100101001010011011100010111000110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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