#735047

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

Shades of Congo Brown #735047

Tints of Congo Brown #735047

Color information

#735047 (or 0x735047) is unknown color: approx Congo Brown. HEX triplet: 73, 50 and 47. RGB value is (115,80,71). Sum of RGB (Red+Green+Blue) = 115+80+71=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #735047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735047 is #8CAFB8. Grayscale: #595959. Windows color (decimal): -9220025 or 4673651. OLE color: 4673651.

HSL color Cylindrical-coordinate representation of color #735047: hue angle of 12.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #735047 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1158071-
CMYK00.300.380.55
HSL12.27º23.66%36.47%-
HSV(B)12.27º38.26%45.1%-
XYZ11.089.847.28-
YUV89.44117.6146.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=43.23%
G=30.08%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115807100.300.380.5512.2723.6636.47
Hex73504701E2637c1824
Octal1631201070364667143044
Binary111001110100001000111011110100110110111110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735047; }

 p { color: rgb(115,80,71); }

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

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

 a { background-color: rgb(115,80,71); }

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

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

 span { border-color: rgb(115,80,71); }

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