#70564E

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

Shades of Congo Brown #70564E

Tints of Congo Brown #70564E

Color information

#70564E (or 0x70564E) is unknown color: approx Congo Brown. HEX triplet: 70, 56 and 4E. RGB value is (112,86,78). Sum of RGB (Red+Green+Blue) = 112+86+78=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70564E is #8FA9B1. Grayscale: #5C5C5C. Windows color (decimal): -9415090 or 5133936. OLE color: 5133936.

HSL color Cylindrical-coordinate representation of color #70564E: hue angle of 14.12º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70564E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1128678-
CMYK00.230.300.56
HSL14.12º17.89%37.25%-
HSV(B)14.12º30.36%43.92%-
XYZ11.3910.658.66-
YUV92.86119.61141.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=40.58%
G=31.16%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112867800.230.300.5614.1217.8937.25
Hex70564E0171E38e1225
Octal1601261160273670162245
Binary11100001010110100111001011111110111000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70564E; }

 p { color: rgb(112,86,78); }

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

<style>
 a { background-color: #70564E; }

 a { background-color: rgb(112,86,78); }

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

<style>
 span { border-color: #70564E; }

 span { border-color: rgb(112,86,78); }

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