#704C45

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

Shades of Congo Brown #704C45

Tints of Congo Brown #704C45

Color information

#704C45 (or 0x704C45) is unknown color: approx Congo Brown. HEX triplet: 70, 4C and 45. RGB value is (112,76,69). Sum of RGB (Red+Green+Blue) = 112+76+69=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #704C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C45 is #8FB3BA. Grayscale: #565656. Windows color (decimal): -9417659 or 4541552. OLE color: 4541552.

HSL color Cylindrical-coordinate representation of color #704C45: hue angle of 9.77º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704C45 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1127669-
CMYK00.320.380.56
HSL9.77º23.76%35.49%-
HSV(B)9.77º38.39%43.92%-
XYZ10.349.046.83-
YUV85.97118.43146.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=43.58%
G=29.57%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112766900.320.380.569.7723.7635.49
Hex704C450202638a1823
Octal1601141050404670123043
Binary1110000100110010001010100000100110111000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704C45; }

 p { color: rgb(112,76,69); }

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

<style>
 a { background-color: #704C45; }

 a { background-color: rgb(112,76,69); }

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

<style>
 span { border-color: #704C45; }

 span { border-color: rgb(112,76,69); }

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