#704B45

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

Shades of Congo Brown #704B45

Tints of Congo Brown #704B45

Color information

#704B45 (or 0x704B45) is unknown color: approx Congo Brown. HEX triplet: 70, 4B and 45. RGB value is (112,75,69). Sum of RGB (Red+Green+Blue) = 112+75+69=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B45 is #8FB4BA. Grayscale: #555555. Windows color (decimal): -9417915 or 4541296. OLE color: 4541296.

HSL color Cylindrical-coordinate representation of color #704B45: hue angle of 8.37º 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 #704B45 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1127569-
CMYK00.330.380.56
HSL8.37º23.76%35.49%-
HSV(B)8.37º38.39%43.92%-
XYZ10.278.916.81-
YUV85.38118.76146.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=43.75%
G=29.30%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112756900.330.380.568.3723.7635.49
Hex704B45021263881823
Octal1601131050414670103043
Binary1110000100101110001010100001100110111000100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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