#745047

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

Shades of Congo Brown #745047

Tints of Congo Brown #745047

Color information

#745047 (or 0x745047) is unknown color: approx Congo Brown. HEX triplet: 74, 50 and 47. RGB value is (116,80,71). Sum of RGB (Red+Green+Blue) = 116+80+71=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745047 is #8BAFB8. Grayscale: #595959. Windows color (decimal): -9154489 or 4673652. OLE color: 4673652.

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

Color convert

RGB1168071-
CMYK00.310.390.55
HSL12º24.06%36.67%-
HSV(B)12º38.79%45.49%-
XYZ11.219.917.28-
YUV89.74117.43146.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=43.45%
G=29.96%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116807100.310.390.551224.0636.67
Hex74504701F2737c1825
Octal1641201070374767143045
Binary111010010100001000111011111100111110111110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745047; }

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

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

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

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

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

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

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

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