#704B43

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

Shades of Congo Brown #704B43

Tints of Congo Brown #704B43

Color information

#704B43 (or 0x704B43) is unknown color: approx Congo Brown. HEX triplet: 70, 4B and 43. RGB value is (112,75,67). Sum of RGB (Red+Green+Blue) = 112+75+67=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B43 is #8FB4BC. Grayscale: #555555. Windows color (decimal): -9417917 or 4410224. OLE color: 4410224.

HSL color Cylindrical-coordinate representation of color #704B43: hue angle of 10.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704B43 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1127567-
CMYK00.330.400.56
HSL10.67º25.14%35.1%-
HSV(B)10.67º40.18%43.92%-
XYZ10.218.886.49-
YUV85.15117.76147.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 67 (26.56% from 255) = 26.38%
R=44.09%
G=29.53%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112756700.330.400.5610.6725.1435.1
Hex704B430212838b1923
Octal1601131030415070133143
Binary1110000100101110000110100001101000111000101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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