#734C46

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

Shades of Congo Brown #734C46

Tints of Congo Brown #734C46

Color information

#734C46 (or 0x734C46) is unknown color: approx Congo Brown. HEX triplet: 73, 4C and 46. RGB value is (115,76,70). Sum of RGB (Red+Green+Blue) = 115+76+70=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #734C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C46 is #8CB3B9. Grayscale: #575757. Windows color (decimal): -9221050 or 4607091. OLE color: 4607091.

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

Color convert

RGB1157670-
CMYK00.340.390.55
HSL24.32%36.27%-
HSV(B)39.13%45.1%-
XYZ10.769.267.01-
YUV86.98118.42147.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=44.06%
G=29.12%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115767000.340.390.55824.3236.27
Hex734C46022273781824
Octal1631141060424767103044
Binary1110011100110010001100100010100111110111100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C46; }

 p { color: rgb(115,76,70); }

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

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

 a { background-color: rgb(115,76,70); }

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

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

 span { border-color: rgb(115,76,70); }

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